Skip to content

Commit

Permalink
Downgrade the trivy to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Oct 30, 2024
1 parent 3977a9a commit 6406256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.23.0
with:
scan-type: 'rootfs'
scan-ref: '${{ github.workspace.ballerina.lib }}/'
scan-ref: '/github/workspace/ballerina/lib'
format: 'table'
timeout: '10m0s'
exit-code: '1'
Expand Down

0 comments on commit 6406256

Please sign in to comment.