File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
recipes/components/skyhook-customizations/manifests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259 attest :
260260 name : Attest Images
261261 runs-on : ubuntu-latest
262- needs : [build, docker-manifest, image-vuln-scan ]
262+ needs : [build, docker-manifest]
263263 if : needs.build.outputs.release_outcome == 'success'
264264 timeout-minutes : 10
265265 permissions :
@@ -305,7 +305,7 @@ jobs:
305305 publish :
306306 name : Publish Release
307307 runs-on : ubuntu-latest
308- needs : [attest]
308+ needs : [attest, image-vuln-scan ]
309309 timeout-minutes : 5
310310 permissions :
311311 contents : write
Original file line number Diff line number Diff line change 5757 packages :
5858 no-op :
5959 image : ghcr.io/nvidia/skyhook-packages/shellscript
60- version : 1.1.1"
60+ version : 1.1.1
6161 configMap :
6262 apply.sh : |
6363 #!/bin/bash
You can’t perform that action at this time.
0 commit comments