Skip to content

Commit

Permalink
feat(general): Adds GHA support for skip-frameworks, skip-cve-package…
Browse files Browse the repository at this point in the history
… & output-bc-ids flags (bridgecrewio#5619)

* Updates flags for Github Actions

Related: bridgecrewio/checkov-action#148

* Adding OpenAI support

* Expanded support for skip-cve-package to accept a comma delimited list

* Removing the open-ai flag
  • Loading branch information
billyjbryant authored and actions-user committed Oct 22, 2023
1 parent 59c62b7 commit c4f8466
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 = '2.5.16'
version = '2.5.17'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.5.16
checkov==2.5.17

0 comments on commit c4f8466

Please sign in to comment.