Skip to content

Commit

Permalink
Merge pull request #85 from daneshk/main
Browse files Browse the repository at this point in the history
Fix the error: no such file or directory
  • Loading branch information
daneshk authored Oct 30, 2024
2 parents acf3344 + 36736bb commit 4fd3dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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'
Expand Down

0 comments on commit 4fd3dd2

Please sign in to comment.