Skip to content

Commit

Permalink
Fix the error lstat /github/workspace/ballerina/lib: no such file or …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
daneshk committed Oct 30, 2024
1 parent 1aa698c commit 3a88eb0
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 @@ -33,7 +33,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 3a88eb0

Please sign in to comment.