Skip to content

Commit d0b7483

Browse files
committed
ci: enable Trivy scanning and exclude certificates directory
- Add Trivy configuration file with scan settings - Exclude the certificate directory from vulnerability scanning Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 3ebe392 commit d0b7483

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

trivy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Trivy configuration file for gorush project
2+
# Docs: https://aquasecurity.github.io/trivy/latest/configuration/config-file/
3+
4+
scan:
5+
skip-dirs:
6+
- certificate
7+
8+
# You can add more config options below as needed.

0 commit comments

Comments
 (0)