Skip to content

Commit

Permalink
use image src as docker
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Oct 18, 2023
1 parent e92c3b9 commit 3722004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,8 @@ jobs:
shell: /bin/sh
command: |
docker pull consensys/web3signer:develop
docker images
$HOME/bin/trivy image --reset
$HOME/bin/trivy image consensys/web3signer:develop --debug --exit-code 1 --severity HIGH,CRITICAL --ignorefile "gradle/trivyignore.txt" --timeout 10m
$HOME/bin/trivy image consensys/web3signer:develop --trace --image-src docker --exit-code 1 --severity HIGH,CRITICAL --ignorefile "gradle/trivyignore.txt" --timeout 10m
- notify

publishOpenApiSpec:
Expand Down

0 comments on commit 3722004

Please sign in to comment.