
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.
13 lines
128 B
Plaintext
13 lines
128 B
Plaintext
# Project binary
|
|
poseidon
|
|
|
|
# Configuration file
|
|
configuration.yaml
|
|
|
|
# TLS certificate/key
|
|
*.crt
|
|
*.key
|
|
|
|
# trivy artifacts
|
|
.trivy
|