From 5f9d00c16eb0ab2c7458b1ead3ef25367834937b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20=C5=9Awi=C4=99cki?= Date: Sun, 7 Sep 2025 00:37:48 +0200 Subject: [PATCH] Potential fix for code scanning alert no. 4: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 4166e32..818c850 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -90,6 +90,8 @@ jobs: images: runs-on: ubuntu-latest + permissions: + contents: read needs: build-and-push-image env: OUTPUTS_DIR: /tmp/outputs