Skip to content

Commit

Permalink
chore(deps): bump adfinis/container-scanning-action from 0.2.7 to 0.2…
Browse files Browse the repository at this point in the history
….8 (#260)

Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/adfinis/container-scanning-action/releases)
- [Commits](adfinis/container-scanning-action@v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: adfinis/container-scanning-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent cc6e3c4 commit 50921f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
${{ steps.meta.outputs.labels }}
- name: Sign ${{ matrix.config.name }} image and attach SBOM attestation
uses: adfinis/container-scanning-action@v0.2.7
uses: adfinis/container-scanning-action@v0.2.8
with:
image-ref: ghcr.io/${{ github.repository }}/${{ matrix.config.name }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# needed for `cosign attest`
id-token: write
steps:
- uses: adfinis/container-scanning-action@v0.2.7
- uses: adfinis/container-scanning-action@v0.2.8
with:
image-ref: ghcr.io/${{ github.repository }}/${{ matrix.image }}
attest: true
Expand Down

0 comments on commit 50921f3

Please sign in to comment.