From 04a60521939184b9138a13476c15a66ac005b269 Mon Sep 17 00:00:00 2001 From: Mike Odnis Date: Wed, 15 Apr 2026 00:13:12 -0400 Subject: [PATCH] ci(security): enable Semgrep SAST --- .github/workflows/security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c892e5b..fe834da 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,4 +24,5 @@ jobs: uses: resq-software/.github/.github/workflows/security-scan.yml@main with: languages: '["javascript-typescript","actions"]' + enable-semgrep: true secrets: inherit