Skip to content

Commit

Permalink
fix path for checked out policy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Apr 5, 2022
1 parent 68a9033 commit 495e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ if compgen -G "./*.tf" > /dev/null; then

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

0 comments on commit 495e12f

Please sign in to comment.