Skip to content

Commit

Permalink
Merge pull request #188 from NipunaMadhushan/update-propagator
Browse files Browse the repository at this point in the history
Update trivy scan
  • Loading branch information
NipunaMadhushan authored Oct 18, 2024
2 parents e289a8e + e3edac0 commit 2335320
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 @@ -48,8 +48,8 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'rootfs'
scan-ref: '/github/workspace/ballerina/lib'
scan-type: 'fs'
scan-ref: '.'
format: 'table'
timeout: '10m0s'
exit-code: '1'
Expand Down

0 comments on commit 2335320

Please sign in to comment.