From a7bd7b4c2f9455322bc2f018ebd21616ffbd47ac Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:20:22 +0000 Subject: [PATCH] Potential fix for code scanning alert no. 8: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> --- .github/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 430ce95..fb6e47d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -74,6 +74,8 @@ jobs: name: Snyk Security Scan runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code