We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5bc62 commit f23ab31Copy full SHA for f23ab31
.github/workflows/trivy-scan.yml
@@ -26,4 +26,4 @@ jobs:
26
- uses: actions/checkout@v3
27
28
- name: Trivy Scan
29
- run: trivy fs --exit-code 1 /repo
+ run: trivy fs --exit-code 1 --skip-dirs "/repo/tests/java" /repo
0 commit comments