Skip to content

Commit

Permalink
fix(gha): Gracefully handle bad GHA job definitions (bridgecrewio#3489)
Browse files Browse the repository at this point in the history
* Gracefully handle bad GHA job definitions

* Add gha to allowed prefixes
  • Loading branch information
nimrodkor authored and schosterbarak committed Sep 8, 2022
1 parent e49d230 commit 5e0d861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.196
checkov==2.1.197
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.1.196'
version = '2.1.197'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.1.196
checkov==2.1.197

0 comments on commit 5e0d861

Please sign in to comment.