Skip to content

Commit bdc221c

Browse files
committed
⚙️ setup: update Trivy severity and vulnerability check settings
1 parent 0c966d6 commit bdc221c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
dockerhub-token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3232
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
3333
platforms: linux/amd64,linux/arm64
34-
trivy-severity: HIGH,CRITICAL
35-
fail-on-vulnerability: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' }}
34+
trivy-severity: CRITICAL
35+
fail-on-vulnerability: true

0 commit comments

Comments
 (0)