File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ jobs:
385
385
scan-docker-oss :
386
386
name : Scan ${{ matrix.image }}-${{ matrix.target }}
387
387
runs-on : ubuntu-24.04
388
- needs : [checks]
388
+ needs : [checks, tag-candidate ]
389
389
permissions :
390
390
contents : read
391
391
id-token : write
@@ -474,7 +474,7 @@ jobs:
474
474
scan-docker-plus :
475
475
name : Scan ${{ matrix.image }}-${{ matrix.target }}
476
476
runs-on : ubuntu-24.04
477
- needs : [checks]
477
+ needs : [checks, tag-candidate ]
478
478
permissions :
479
479
contents : read
480
480
id-token : write
@@ -563,7 +563,7 @@ jobs:
563
563
scan-docker-nap :
564
564
name : Scan ${{ matrix.image }}-${{ matrix.target }}-${{ matrix.nap_modules }}
565
565
runs-on : ubuntu-24.04
566
- needs : [checks]
566
+ needs : [checks, tag-candidate ]
567
567
permissions :
568
568
contents : read
569
569
id-token : write
You can’t perform that action at this time.
0 commit comments