From 5a23f7151bcd13c6e7f5702be2455b20c0d8227e Mon Sep 17 00:00:00 2001 From: Jack Spagnoli Date: Thu, 9 Apr 2026 09:49:53 +0000 Subject: [PATCH] adds contents read to get_docker_images_to_scan to handle internal repos --- .github/workflows/quality-checks-devcontainer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/quality-checks-devcontainer.yml b/.github/workflows/quality-checks-devcontainer.yml index 085a5e8..25b4637 100644 --- a/.github/workflows/quality-checks-devcontainer.yml +++ b/.github/workflows/quality-checks-devcontainer.yml @@ -193,6 +193,8 @@ jobs: defaults: run: shell: bash + permissions: + contents: read outputs: docker_images: ${{ steps.normalized_docker_images.outputs.images }} steps: