Skip to content

Commit

Permalink
Merge branch 'main' into chore/r33-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Ryan authored Dec 12, 2024
2 parents 093c68d + 6ce3e72 commit 925a4da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
scan-docker-oss:
name: Scan ${{ matrix.image }}-${{ matrix.target }}
runs-on: ubuntu-24.04
needs: [checks]
needs: [checks, tag-candidate]
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
scan-docker-plus:
name: Scan ${{ matrix.image }}-${{ matrix.target }}
runs-on: ubuntu-24.04
needs: [checks]
needs: [checks, tag-candidate]
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
scan-docker-nap:
name: Scan ${{ matrix.image }}-${{ matrix.target }}-${{ matrix.nap_modules }}
runs-on: ubuntu-24.04
needs: [checks]
needs: [checks, tag-candidate]
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 925a4da

Please sign in to comment.