Skip to content

Commit

Permalink
Merge pull request #129 from NipunaMadhushan/update-version-2201.11.0
Browse files Browse the repository at this point in the history
Fix trivy scan
  • Loading branch information
NipunaMadhushan authored Feb 7, 2025
2 parents a0e5bdb + a2665a1 commit e57cc8e
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 @@ -25,7 +25,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '/github/workspace/ballerina/lib'
scan-ref: "${{ github.workspace }}/ballerina/lib"
format: 'table'
timeout: '6m0s'
exit-code: '1'
Expand Down

0 comments on commit e57cc8e

Please sign in to comment.