From 7ca402cc2bc1d986de3bd01d9b8d007c1bda4ec3 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 11 Dec 2025 11:53:46 -0800 Subject: [PATCH] maybe the type was wrong --- .gitea/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index b5bc949..a89a224 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -36,10 +36,10 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - scanners: 'vuln,secret,config' + scanners: 'vuln,secret,misconfig' format: 'table' output: 'trivy-results.txt' - severity: 'CRITICAL,HIGH,MEDIUM,LOW' + severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN' # Fail on any vulnerability found exit-code: '1' # Don't ignore unfixed vulnerabilities