-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump adfinis/container-scanning-action from 0.2.6 to 0.2.9
Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.6 to 0.2.9. - [Release notes](https://github.com/adfinis/container-scanning-action/releases) - [Commits](adfinis/container-scanning-action@v0.2.6...v0.2.9) --- updated-dependencies: - dependency-name: adfinis/container-scanning-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1faa81b
commit 332d9c0
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
${{ steps.meta.outputs.labels }} | ||
- name: Sign api image and attach SBOM attestation | ||
uses: adfinis/[email protected].6 | ||
uses: adfinis/[email protected].9 | ||
with: | ||
image-ref: ghcr.io/${{ github.repository }}/api | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -173,7 +173,7 @@ jobs: | |
${{ steps.meta.outputs.labels }} | ||
- name: Sign image and attach SBOM attestation | ||
uses: adfinis/[email protected].6 | ||
uses: adfinis/[email protected].9 | ||
with: | ||
image-ref: ghcr.io/${{ github.repository }}/ember | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
# needed for `cosign attest` | ||
id-token: write | ||
steps: | ||
- uses: adfinis/[email protected].6 | ||
- uses: adfinis/[email protected].9 | ||
with: | ||
image-ref: ghcr.io/${{ github.repository }}/api | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -47,7 +47,7 @@ jobs: | |
# needed for `cosign attest` | ||
id-token: write | ||
steps: | ||
- uses: adfinis/[email protected].6 | ||
- uses: adfinis/[email protected].9 | ||
with: | ||
image-ref: ghcr.io/${{ github.repository }}/ember | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|