feat: add linter to ci workflow
Some checks failed
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Failing after 1m17s

This commit is contained in:
2026-01-18 13:14:08 +01:00
parent 62da2f6c86
commit 31196f797e

View File

@@ -28,7 +28,7 @@ jobs:
- name: Security Lint Dockerfile (Trivy) - name: Security Lint Dockerfile (Trivy)
run: | run: |
trivy config . trivy config --exit-code 1 --severity CRITICAL,HIGH .
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3