Skip to content

Commit 70976aa

Browse files
authored
Merge branch 'main' into taint_addition
2 parents 8148430 + f9cfa47 commit 70976aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

recipes/components/skyhook-customizations/manifests/no-op.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
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

0 commit comments

Comments
 (0)