-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure security scans #3
Conversation
This is basically default trivy config, with added |
.trivy.yaml
Outdated
cache: | ||
backend: fs | ||
clear: false | ||
dir: /Users/I354967/Library/Caches/trivy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whether it's a valid directory as it points to your local dir.
.trivy.yaml
Outdated
terraform: | ||
vars: [] | ||
module: | ||
dir: /Users/I354967/.trivy/modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whether it's a valid directory as it points to your local dir.
.trivy.yaml
Outdated
no-progress: true | ||
exit-code: 1 | ||
format: table | ||
ignorefile: .trivyignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a .trivyignore
file necessary if we are not going to ignore selected CVEs?
Description
Changes proposed in this pull request:
Related issue(s)
kyma-project/test-infra#7401