feat: add linter to ci workflow
All checks were successful
Lint, Build, Scan and Publish Docker Image / lint (push) Successful in 35s
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Successful in 1m34s

This commit is contained in:
2026-01-18 13:02:59 +01:00
parent 391cdf38d0
commit 2b2e12d06e

View File

@@ -25,7 +25,7 @@ jobs:
- name: Security Lint Dockerfile (Trivy)
run: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
trivy config --server http://trivy-server:8080 .
trivy config .
build-and-push: