Skip to content

Commit

Permalink
CI nightly - skip test.sh in docker dir (#3430)
Browse files Browse the repository at this point in the history
* skip test.sh in docker dir

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Feb 15, 2022
1 parent 62155ce commit a0c26a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
command: |
for FILE in $(ls docker)
do
if [[ $FILE == "test.sh" || $FILE == "tests" ]]; then
continue
fi
docker pull -q "hyperledger/besu:develop-$FILE"
trivy -q image --exit-code 1 --no-progress --severity HIGH,CRITICAL "hyperledger/besu:develop-$FILE"
done
Expand Down

0 comments on commit a0c26a3

Please sign in to comment.