From 66c8ac342cfe5e142042347dce9ae76c4f81ed98 Mon Sep 17 00:00:00 2001 From: Mike Odnis Date: Wed, 15 Apr 2026 00:13:07 -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 3c8bd21..a4dd987 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -25,4 +25,5 @@ jobs: uses: resq-software/.github/.github/workflows/security-scan.yml@main with: languages: '["actions"]' + enable-semgrep: true secrets: inherit