Skip to content

Commit 294c2d8

Browse files
committed
remove failing filesystem scan
1 parent 21fdb9a commit 294c2d8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/trivy-security-scan.yml

-21
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,3 @@ jobs:
6666
with:
6767
sarif_file: "trivy-image-results.sarif"
6868
category: trivy-image
69-
70-
# Filesystem scanning
71-
- name: Run Trivy filesystem scan
72-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
73-
with:
74-
version: 'latest'
75-
scan-type: 'fs'
76-
cache: 'true'
77-
format: 'sarif'
78-
output: 'trivy-fs-results.sarif'
79-
severity: 'CRITICAL,HIGH'
80-
ignore-unfixed: true
81-
env:
82-
TRIVY_CACHE_DIR: .cache/trivy
83-
84-
# Upload filesystem scan results
85-
- name: Upload Trivy filesystem scan results
86-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
87-
with:
88-
sarif_file: 'trivy-fs-results.sarif'
89-
category: trivy-fs

0 commit comments

Comments
 (0)