Skip to content

Commit

Permalink
fixed config file name (bridgecrewio#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurogig authored Apr 25, 2022
1 parent 7eae567 commit 6977bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admissioncontroller/whorf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def validating_webhook():

print("Running checkov")
cp = subprocess.run(
["checkov", "--config-file", configfile, "-f", yamlfile],
["checkov", "--config-file", checkovconfig, "-f", yamlfile],
universal_newlines=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE
)

Expand Down

0 comments on commit 6977bdc

Please sign in to comment.