Skip to content

Commit f11c5f9

Browse files
Merge pull request #3361 from autonomys/remove-trivy-fs-check
remove failing trivy filesystem scan
2 parents 21fdb9a + 294c2d8 commit f11c5f9

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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

Lines changed: 0 additions & 21 deletions
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)