Files
poseidon/.gitignore
sirkrypt0 8d7aa2ea3c 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.
2021-05-26 15:05:29 +00:00

13 lines
128 B
Plaintext

# Project binary
poseidon
# Configuration file
configuration.yaml
# TLS certificate/key
*.crt
*.key
# trivy artifacts
.trivy