File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
using : composite
47
47
steps :
48
48
- name : Set up Cosign
49
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
49
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
50
50
51
51
- name : Set up syft
52
52
uses : anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
Original file line number Diff line number Diff line change 32
32
using : composite
33
33
steps :
34
34
- name : Set up Cosign
35
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
35
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
36
36
37
37
- name : Login to Container Registry (${{ inputs.image-registry-uri }})
38
38
uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
Original file line number Diff line number Diff line change 75
75
sudo apt update
76
76
sudo apt install --assume-yes python3
77
77
- name : Set up Cosign
78
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
78
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
79
79
- name : Set up syft
80
80
uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
81
81
- name : Install image-tools-stackabletech
@@ -180,7 +180,7 @@ jobs:
180
180
username : robot$sdp+github-action-build
181
181
password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
182
182
- name : Set up Cosign
183
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
183
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
184
184
- name : Build Manifest List
185
185
shell : bash
186
186
env :
Original file line number Diff line number Diff line change 27
27
username : robot$sdp+github-action-build
28
28
password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
29
29
- name : Set up Cosign
30
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
30
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
31
31
- name : Determine Architecture
32
32
run : |
33
33
echo "TAG=$(git rev-parse --short HEAD)-$(arch)" >> "$GITHUB_ENV"
63
63
username : robot$sdp+github-action-build
64
64
password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
65
65
- name : Set up Cosign
66
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
66
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
67
67
- name : Build Manifest List
68
68
shell : bash
69
69
run : |
You can’t perform that action at this time.
0 commit comments