Skip to content

Commit

Permalink
feat(general): Change behavior where if a config file is missing, run…
Browse files Browse the repository at this point in the history
… the scan as if there was no config file (#6926)

* Initial commit

* fix mock issue

* fix for windows

* Moving to env var

* fix flake8

* Update CLI Command Reference.md

* Add other variables
  • Loading branch information
tsmithv11 authored and actions-user committed Jan 6, 2025
1 parent c6e36f9 commit 5257784
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.346'
version = '3.2.347'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==3.2.346
checkov==3.2.347

0 comments on commit 5257784

Please sign in to comment.