Skip to content

Commit 3c40057

Browse files
committed
Bump v0.5.1 to v0.6.0 for release
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
1 parent 616157f commit 3c40057

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
cosign-release: 'v1.4.1'
157157

158158
- 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
160160
with:
161161
command: generate
162162
subcommand: container
@@ -201,7 +201,7 @@ jobs:
201201

202202
steps:
203203
- 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
205205
with:
206206
command: generate
207207
subcommand: github-release

.github/workflows/example-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/download-artifact@v2
2727

2828
- name: Generate provenance
29-
uses: philips-labs/slsa-provenance-action@v0.5.1
29+
uses: philips-labs/slsa-provenance-action@v0.6.0
3030
with:
3131
command: generate
3232
subcommand: files

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p
109109
Run the Docker image by doing:
110110

111111
```sh
112-
docker run philipssoftware/slsa-provenance:v0.5.1
112+
docker run philipssoftware/slsa-provenance:v0.6.0
113113
```
114114

115115
**GitHub Container Registry**
116116
See all available images [here.](https://github.com/philips-labs/slsa-provenance-action/pkgs/container/slsa-provenance)
117117
Run the Docker image by doing:
118118

119119
```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
121121
```
122122

123123
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
145145

146146
steps:
147147
- 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
149149
with:
150150
command: generate
151151
subcommand: files
@@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi
180180
path: extra-materials/
181181

182182
- name: Generate provenance
183-
uses: philips-labs/slsa-provenance-action@v0.5.1
183+
uses: philips-labs/slsa-provenance-action@v0.6.0
184184
with:
185185
command: generate
186186
subcommand: files

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ runs:
5050
run: |
5151
echo Running slsa-provenance with following arguments
5252
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'
5454
with:
5555
args: ${{ steps.compose-args.outputs.provenance_args }}

0 commit comments

Comments
 (0)