feat: add linter to ci workflow
Some checks failed
Lint, Build, Scan and Publish Docker Image / lint (push) Failing after 30s
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-18 13:01:29 +01:00
parent 95ec3293e6
commit 391cdf38d0

View File

@@ -24,8 +24,10 @@ jobs:
- name: Security Lint Dockerfile (Trivy) - name: Security Lint Dockerfile (Trivy)
run: | 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 --server http://trivy-server:8080 .
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: