Skip to content

Commit 438f7fb

Browse files
authored
chore: cli image swap (#15)
* chore: cli image swap Signed-off-by: SequeI <[email protected]> * chore: cli image swap Signed-off-by: SequeI <[email protected]> --------- Signed-off-by: SequeI <[email protected]>
1 parent 4f238f7 commit 438f7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
env:
10-
MODEL_TRANSPARENCY_IMG: quay.io/securesign/model-transparency@sha256:3c870f9fe54b8c1ad625f7bc54420c8af2d877045d327598bea32e33edd9ee11
10+
MODEL_TRANSPARENCY_IMG: quay.io/securesign/model-transparency@sha256:92f6bac037aa93424c113a8581770095787f8742ea319f9a4a6c7e25950814d4
1111

1212
permissions:
1313
contents: read

internal/constants/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ var (
2424
// ModelTransparencyCliImage is the default image for the model transparency CLI
2525
// used as an init container to validate model signatures
2626
ModelTransparencyCliImage = "registry.redhat.io/rhtas/model-transparency-rhel9@" +
27-
"sha256:3c870f9fe54b8c1ad625f7bc54420c8af2d877045d327598bea32e33edd9ee11"
27+
"sha256:92f6bac037aa93424c113a8581770095787f8742ea319f9a4a6c7e25950814d4"
2828
)

0 commit comments

Comments
 (0)