Skip to content

Commit

Permalink
Fix release trivy scan step (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Feb 13, 2025
1 parent af1af21 commit d4aae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
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 d4aae1f

Please sign in to comment.