From 68791e5ce73d586d83c8ef862f21808799fd12cd Mon Sep 17 00:00:00 2001 From: Darren O'Connor Date: Sun, 26 Apr 2026 08:41:30 -0400 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/security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9dcc510..b1d1d48 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -5,6 +5,9 @@ on: branches: [ main ] pull_request: +permissions: + contents: read + jobs: trivy: runs-on: ubuntu-latest