Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak Schoster Goihman authored May 21, 2020
1 parent d39a2d6 commit 856690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ matcher_path=`pwd`/checkov-problem-matcher.json

cp /usr/local/lib/checkov-problem-matcher.json "$matcher_path"

echo "::add-matcher::/usr/local/lib/problem-matcher.json"
echo "::add-matcher::checkov-problem-matcher.json"
echo "running checkov on directory: $1"
checkov -d $INPUT_DIRECTORY $CHECK_FLAG $SKIP_CHECK_FLAG

0 comments on commit 856690c

Please sign in to comment.