Skip to content

Commit

Permalink
Merge pull request #86 from daneshk/main
Browse files Browse the repository at this point in the history
Move the trivy plugin to the latest with scan-ref change
  • Loading branch information
daneshk authored Oct 30, 2024
2 parents 4fd3dd2 + 13efd32 commit 32010d0
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@0.23.0
uses: aquasecurity/trivy-action@master
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 32010d0

Please sign in to comment.