Add trivy vulnerability scanner and custom docker-make image
Trivy is used in the CI after building our Docker image. It scans the Docker image and our dependencies for known vulnerabilities. The docker-make image is a simple docker:latest containing make.
This commit is contained in:

committed by
Tobias Kantusch

parent
a48804bd19
commit
8d7aa2ea3c
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,3 +7,6 @@ configuration.yaml
|
||||
# TLS certificate/key
|
||||
*.crt
|
||||
*.key
|
||||
|
||||
# trivy artifacts
|
||||
.trivy
|
||||
|
Reference in New Issue
Block a user