From d98df0fe8c20db9843dc64cd5a78ee3f69de072e Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 11 Dec 2025 15:09:57 -0800 Subject: [PATCH] fix: add secret scanning back to trivy --- .gitea/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index 645066c..25aa1d2 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -37,7 +37,7 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - scanners: 'vuln,misconfig' + scanners: 'vuln,secret,misconfig' format: 'table' output: 'trivy-results.txt' severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'