From 245ac0b0611e01fa17540c33cda053d46196e057 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:30:56 -0400 Subject: [PATCH] Potential fix for code scanning alert no. 6: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d132c5a..bb3b84d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -9,6 +9,8 @@ on: jobs: build: + permissions: + contents: read runs-on: ubuntu-latest steps: - name: Checkout code