Skip to content

Commit

Permalink
platform(general): Handle SAST suppressions (suppressions V2) (bridge…
Browse files Browse the repository at this point in the history
…crewio#6109)

* add logic to handle the new suppression format

* log suppressions v2

* handle policy, repo, and file suppressions v2

* add tests and handle cloned policies

* fix typing

* add helper methods

* fix line indentation

* remove unnecessary null check

* pass prisma severity to sast core

* use get to handle old suppressions

* remove extra iteration of values
  • Loading branch information
mikeurbanski1 authored and actions-user committed May 9, 2024
1 parent 4cc9f25 commit 4bb96f5
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.88'
version = '3.2.89'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.88
checkov==3.2.89

0 comments on commit 4bb96f5

Please sign in to comment.