Skip to content

Commit

Permalink
chore(trivy): add skip-dirs for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Dec 4, 2023
1 parent 554da11 commit 987c704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
format: "sarif"
output: "trivy-results1.sarif"
vuln-type: "os,library"
skip-dirs: "docs/"

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 987c704

Please sign in to comment.