Skip to content

Commit 333fded

Browse files
authored
skip scanning the gcc-13.3.0 folder with trivy
1 parent 1294437 commit 333fded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
severity: 'CRITICAL,HIGH'
253253
ignore-unfixed: true
254254
skip-files: /etc/ssh/ssh_host_rsa_key
255-
skip-dirs: gcc-13.2.0,usr/lib64
255+
skip-dirs: gcc-13.2.0,gcc-13.3.0,usr/lib64
256256
# Notes for the skips:
257257
# - skip-files: /etc/ssh/ssh_host_rsa_key
258258
# The file is skipped, because its reported as "Asymmetric Private Key" alert.

0 commit comments

Comments
 (0)