File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
cosign-release : ' v1.4.1'
157
157
158
158
- name : Generate provenance for ${{ matrix.repo }}
159
- uses : philips-labs/slsa-provenance-action@v0.5.1
159
+ uses : philips-labs/slsa-provenance-action@v0.6.0
160
160
with :
161
161
command : generate
162
162
subcommand : container
@@ -201,7 +201,7 @@ jobs:
201
201
202
202
steps :
203
203
- name : Generate provenance for Release
204
- uses : philips-labs/slsa-provenance-action@v0.5.1
204
+ uses : philips-labs/slsa-provenance-action@v0.6.0
205
205
with :
206
206
command : generate
207
207
subcommand : github-release
Original file line number Diff line number Diff line change 26
26
uses : actions/download-artifact@v2
27
27
28
28
- name : Generate provenance
29
- uses : philips-labs/slsa-provenance-action@v0.5.1
29
+ uses : philips-labs/slsa-provenance-action@v0.6.0
30
30
with :
31
31
command : generate
32
32
subcommand : files
Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p
109
109
Run the Docker image by doing:
110
110
111
111
``` sh
112
- docker run philipssoftware/slsa-provenance:v0.5.1
112
+ docker run philipssoftware/slsa-provenance:v0.6.0
113
113
```
114
114
115
115
** GitHub Container Registry**
116
116
See all available images [ here.] ( https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance )
117
117
Run the Docker image by doing:
118
118
119
119
``` sh
120
- docker run ghcr.io/philips-labs/slsa-provenance:v0.5.1
120
+ docker run ghcr.io/philips-labs/slsa-provenance:v0.6.0
121
121
```
122
122
123
123
The Docker image includes the working binary that can be executed by using the `` slsa-provenance `` command.
@@ -145,7 +145,7 @@ The easiest way to use this action is to add the following into your workflow fi
145
145
146
146
steps :
147
147
- name : Generate provenance for Release
148
- uses : philips-labs/slsa-provenance-action@v0.5.1
148
+ uses : philips-labs/slsa-provenance-action@v0.6.0
149
149
with :
150
150
command : generate
151
151
subcommand : files
@@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi
180
180
path : extra-materials/
181
181
182
182
- name : Generate provenance
183
- uses : philips-labs/slsa-provenance-action@v0.5.1
183
+ uses : philips-labs/slsa-provenance-action@v0.6.0
184
184
with :
185
185
command : generate
186
186
subcommand : files
Original file line number Diff line number Diff line change 50
50
run : |
51
51
echo Running slsa-provenance with following arguments
52
52
echo ${{ steps.compose-args.outputs.provenance_args }}
53
- - uses : ' docker://ghcr.io/philips-labs/slsa-provenance:v0.5.1 '
53
+ - uses : ' docker://ghcr.io/philips-labs/slsa-provenance:v0.6.0 '
54
54
with :
55
55
args : ${{ steps.compose-args.outputs.provenance_args }}
You can’t perform that action at this time.
0 commit comments