From ff34f589d745051e0598146fbbbcb880c1cc4b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Thu, 7 Aug 2025 11:02:22 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/semgrep.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index cab8eb40..854cc881 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -6,6 +6,8 @@ on: jobs: semgrep: name: Scan + permissions: + contents: read runs-on: ubuntu-latest container: image: returntocorp/semgrep