Skip to content

Commit

Permalink
cp warning matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
schosterbarak committed Sep 27, 2020
1 parent d59c544 commit e388196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash

matcher_path=`pwd`/bridgecrew-problem-matcher.json
warning_matcher_path=`pwd`bridgecrew-problem-matcher-warning.json
cp /usr/local/lib/bridgecrew-problem-matcher.json "$matcher_path"
cp /usr/local/lib/bridgecrew-problem-matcher-warning.json "$warning_matcher_path"

export BC_SOURCE=githubActions

[[ ! -z "$INPUT_CHECK" ]] && CHECK_FLAG="--check $INPUT_CHECK"
Expand Down

0 comments on commit e388196

Please sign in to comment.