Skip to content

Commit a194fd0

Browse files
Fix: [AEA-0000] - Adds contents read to get_docker_images_to_scan to handle internal repos (#128)
## Summary - Routine Change ### Details Adds contents read to get_docker_images_to_scan to handle internal repos
1 parent c8f899f commit a194fd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jobs:
193193
defaults:
194194
run:
195195
shell: bash
196+
permissions:
197+
contents: read
196198
outputs:
197199
docker_images: ${{ steps.normalized_docker_images.outputs.images }}
198200
steps:

0 commit comments

Comments
 (0)