Skip to content

Commit

Permalink
add external checks to run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Apr 5, 2022
1 parent 546253e commit 007c006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if compgen -G "./*.tf" > /dev/null; then

echo "Running policy checker..."
checkov \
--external-checks-dir /policy/infra/checkov \
--config-file /policy/infra/checkov/config.yaml \
--directory .
fi

0 comments on commit 007c006

Please sign in to comment.