Skip to content

Commit

Permalink
feat(sast): support sast skipped checks (#6095)
Browse files Browse the repository at this point in the history
* support skipped checks

* fix lint

* fix lint

* fix tests

* add UT

* temp change for testing

* change back default value
  • Loading branch information
YaaraVerner authored and actions-user committed Mar 20, 2024
1 parent 23b4fb2 commit f7d119d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.39'
version = '3.2.40'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.39
checkov==3.2.40

0 comments on commit f7d119d

Please sign in to comment.