Skip to content

Commit

Permalink
Update images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 25, 2024
1 parent d222bfa commit 05a4735
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.ci-build.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
timeout-minutes: 600 # default is 360

container:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:8965572f88c0b1e9f894a323391efd4719559688a4e0a5c9e863bec4dc7e70ba
image: ghcr.io/wolfi-dev/sdk:latest@sha256:1caf04b3d018df12829bdeec93fb1fcc320131d87787de6995847ad1e7aaa77e
options: |
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
Expand Down
2 changes: 1 addition & 1 deletion advisories-validate/action.yaml
Expand Up @@ -37,7 +37,7 @@ inputs:

runs:
using: 'docker'
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8965572f88c0b1e9f894a323391efd4719559688a4e0a5c9e863bec4dc7e70ba
image: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:1caf04b3d018df12829bdeec93fb1fcc320131d87787de6995847ad1e7aaa77e
entrypoint: wolfictl
args:
- adv
Expand Down
2 changes: 1 addition & 1 deletion build-and-publish-secdb/action.yaml
Expand Up @@ -61,7 +61,7 @@ runs:
shell: bash

- name: Build the security database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8965572f88c0b1e9f894a323391efd4719559688a4e0a5c9e863bec4dc7e70ba
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:1caf04b3d018df12829bdeec93fb1fcc320131d87787de6995847ad1e7aaa77e
with:
entrypoint: wolfictl
args: ${{ inputs.wolfictl_args }}
Expand Down
2 changes: 1 addition & 1 deletion build-and-publish-yaml/action.yaml
Expand Up @@ -56,7 +56,7 @@ runs:
shell: bash

- name: Build the security database
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:8965572f88c0b1e9f894a323391efd4719559688a4e0a5c9e863bec4dc7e70ba
uses: docker://ghcr.io/wolfi-dev/sdk:latest@sha256:1caf04b3d018df12829bdeec93fb1fcc320131d87787de6995847ad1e7aaa77e
with:
entrypoint: wolfictl
args: ${{ inputs.wolfictl_args }}
Expand Down
2 changes: 1 addition & 1 deletion install-wolfictl/action.yaml
Expand Up @@ -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:8965572f88c0b1e9f894a323391efd4719559688a4e0a5c9e863bec4dc7e70ba -c "cp /usr/bin/wolfictl /out"
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:1caf04b3d018df12829bdeec93fb1fcc320131d87787de6995847ad1e7aaa77e -c "cp /usr/bin/wolfictl /out"
echo "$TMP" >> $GITHUB_PATH
shell: bash

0 comments on commit 05a4735

Please sign in to comment.