Skip to content

Commit

Permalink
Merge pull request #7319 from MohamedSabthar/mstr
Browse files Browse the repository at this point in the history
Update trivy scan template to use latest version
  • Loading branch information
MohamedSabthar authored Nov 1, 2024
2 parents f73216f + 8b1087d commit c36b8a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/trivy-scan-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
run: mkdir -p ballerina/lib

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
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"
scanners: "vuln"

0 comments on commit c36b8a0

Please sign in to comment.