Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update images digests #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update images digests #316

wants to merge 1 commit into from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Feb 21, 2025

Update images digests

NONE

Changes

diff --git a/.github/workflows/.ci-build.yml b/.github/workflows/.ci-build.yml
index 447498f..8f01b3e 100644
--- a/.github/workflows/.ci-build.yml
+++ b/.github/workflows/.ci-build.yml
@@ -74,7 +74,7 @@ jobs:
     timeout-minutes: 600 # default is 360
 
     container:
-      image: ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      image: ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       options: |
         --cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
 
diff --git a/advisories-validate/action.yaml b/advisories-validate/action.yaml
index 4dd8d9e..14bf622 100644
--- a/advisories-validate/action.yaml
+++ b/advisories-validate/action.yaml
@@ -37,7 +37,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
   entrypoint: wolfictl
   args:
     - adv
diff --git a/build-and-publish-osv/action.yaml b/build-and-publish-osv/action.yaml
index 09b6bcf..f4d9161 100644
--- a/build-and-publish-osv/action.yaml
+++ b/build-and-publish-osv/action.yaml
@@ -66,7 +66,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: advisory osv -o osv ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-secdb/action.yaml b/build-and-publish-secdb/action.yaml
index 8de79e4..4532b56 100644
--- a/build-and-publish-secdb/action.yaml
+++ b/build-and-publish-secdb/action.yaml
@@ -61,7 +61,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/build-and-publish-yaml/action.yaml b/build-and-publish-yaml/action.yaml
index 38e2409..f422045 100644
--- a/build-and-publish-yaml/action.yaml
+++ b/build-and-publish-yaml/action.yaml
@@ -56,7 +56,7 @@ runs:
       shell: bash
 
     - name: Build the security database
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: ${{ inputs.wolfictl_args }}
diff --git a/install-wolfictl/action.yaml b/install-wolfictl/action.yaml
index fbaa666..4e14fb7 100644
--- a/install-wolfictl/action.yaml
+++ b/install-wolfictl/action.yaml
@@ -10,6 +10,6 @@ runs:
       run: |
         # Copy wolfictl out of the wolfictl image and onto PATH
         TMP=$(mktemp -d)
-        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2 -c "cp /usr/bin/wolfictl /out"
+        docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32 -c "cp /usr/bin/wolfictl /out"
         echo "$TMP" >> $GITHUB_PATH
       shell: bash
diff --git a/wolfictl-check-updates/action.yaml b/wolfictl-check-updates/action.yaml
index bc77083..e26230f 100644
--- a/wolfictl-check-updates/action.yaml
+++ b/wolfictl-check-updates/action.yaml
@@ -19,7 +19,7 @@ runs:
   using: "composite"
   steps:
     - name: wolfictl-check-updates
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: check update ${{ inputs.changed_files }}
diff --git a/wolfictl-lint/action.yaml b/wolfictl-lint/action.yaml
index 61f6456..b6bc785 100644
--- a/wolfictl-lint/action.yaml
+++ b/wolfictl-lint/action.yaml
@@ -21,7 +21,7 @@ runs:
     - name: Lint
       if: ${{ inputs.run_wolfictl_lint == 'true' }}
       id: lint
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: lint --skip-rule no-makefile-entry-for-package
@@ -29,7 +29,7 @@ runs:
     - name: Enforce YAML formatting
       if: ${{ inputs.run_wolfictl_lint_yam == 'true' }}
       id: lint-yaml
-      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+      uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
       with:
         entrypoint: wolfictl
         args: lint yam
diff --git a/wolfictl-update-gh/action.yaml b/wolfictl-update-gh/action.yaml
index 9684442..243c1cf 100644
--- a/wolfictl-update-gh/action.yaml
+++ b/wolfictl-update-gh/action.yaml
@@ -27,7 +27,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
   entrypoint: wolfictl
   args:
     - update
diff --git a/wolfictl-update-rm/action.yaml b/wolfictl-update-rm/action.yaml
index d4f35ca..f0a85f9 100644
--- a/wolfictl-update-rm/action.yaml
+++ b/wolfictl-update-rm/action.yaml
@@ -32,7 +32,7 @@ inputs:
 
 runs:
   using: 'docker'
-  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:ed8d66638bd8dfe7ebc599f1ba30c84eedbf4b5866ddb572e1dd96baae17b0c2
+  image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:133c80eeb2efd7f3c2229e813e1e88240fa48aa1dc83d6d991f3026581f75e32
   entrypoint: wolfictl
   args:
     - update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants