File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
${{ steps.meta.outputs.labels }}
102
102
103
103
- name : Sign api image and attach SBOM attestation
104
- uses : adfinis/container-scanning-action@v0.2.9
104
+ uses : adfinis/container-scanning-action@v0.2.11
105
105
with :
106
106
image-ref : ghcr.io/${{ github.repository }}/api
107
107
token : ${{ secrets.GITHUB_TOKEN }}
@@ -173,7 +173,7 @@ jobs:
173
173
${{ steps.meta.outputs.labels }}
174
174
175
175
- name : Sign image and attach SBOM attestation
176
- uses : adfinis/container-scanning-action@v0.2.9
176
+ uses : adfinis/container-scanning-action@v0.2.11
177
177
with :
178
178
image-ref : ghcr.io/${{ github.repository }}/ember
179
179
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 24
24
# needed for `cosign attest`
25
25
id-token : write
26
26
steps :
27
- - uses : adfinis/container-scanning-action@v0.2.9
27
+ - uses : adfinis/container-scanning-action@v0.2.11
28
28
with :
29
29
image-ref : ghcr.io/${{ github.repository }}/api
30
30
token : ${{ secrets.GITHUB_TOKEN }}
47
47
# needed for `cosign attest`
48
48
id-token : write
49
49
steps :
50
- - uses : adfinis/container-scanning-action@v0.2.9
50
+ - uses : adfinis/container-scanning-action@v0.2.11
51
51
with :
52
52
image-ref : ghcr.io/${{ github.repository }}/ember
53
53
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments