Skip to content

Commit

Permalink
Merge pull request #43 from entur/fix/docker_scan
Browse files Browse the repository at this point in the history
Fix: SIK-1162 External Allow list doesn't work for docker scan
  • Loading branch information
cvaskinn authored Oct 15, 2024
2 parents 2a920a0 + 00e62f2 commit 79e333a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
with:
name: ${{ env.GHA_SECURITY_DOCKER_SCAN_IMAGE_ARTIFACT }}
- name: "Check if allowlist file exists"
env:
GHA_SECURITY_DOCKER_SCAN_EXTERNAL_REPOSITORY_TOKEN: ${{ secrets.external_repository_token }}
run: |
python -c "
import os
Expand Down

0 comments on commit 79e333a

Please sign in to comment.