From 0b519b152903b3d5327be6e84be678fcc6dfdd83 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 11 Dec 2025 14:58:28 -0800 Subject: [PATCH] Revert "fix semgrep configs" This reverts commit b6c74febc9c47ee11e9d7ea1d3bdd610f706ad8d. --- .gitea/workflows/security.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index 7a7f8f5..b572dfe 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -108,10 +108,7 @@ jobs: semgrep --config p/security-audit \ --config p/owasp-top-ten \ --config p/ci \ - --config p/javascript \ - --config p/typescript \ - --config p/best-practices \ - --config p/performance \ + --config p/security \ --output semgrep-results.txt \ .