Skip to content

Commit

Permalink
Bump v0.3.0 to v0.4.0 for release
Browse files Browse the repository at this point in the history
Signed-off-by: Brend Smits <brend.smits@philips.com>
  • Loading branch information
Brend-Smits committed Nov 12, 2021
1 parent de8de05 commit 33ba3da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.3.0
uses: philips-labs/slsa-provenance-action@v0.4.0
with:
artifact_path: release-assets
output_path: 'build.provenance'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/download-artifact@v2

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.3.0
uses: philips-labs/slsa-provenance-action@v0.4.0
with:
artifact_path: artifact/

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ See all available images [here.](https://hub.docker.com/r/philipssoftware/slsa-p
Run the Docker image by doing:

```sh
docker run philipssoftware/slsa-provenance:v0.3.0
docker run philipssoftware/slsa-provenance:v0.4.0
```

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

```sh
docker run ghcr.io/philips-labs/slsa-provenance:v0.3.0
docker run ghcr.io/philips-labs/slsa-provenance:v0.4.0
```

The Docker image includes the working binary that can be executed by using the ``slsa-provenance`` command.
Expand Down Expand Up @@ -145,7 +145,7 @@ The easiest way to use this action is to add the following into your workflow fi

steps:
- name: Generate provenance for Release
uses: philips-labs/slsa-provenance-action@v0.3.0
uses: philips-labs/slsa-provenance-action@v0.4.0
with:
artifact_path: release-assets
output_path: 'build.provenance'
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.3.0'
image: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.4.0'
args:
- "generate"
- "-artifact_path"
Expand Down

0 comments on commit 33ba3da

Please sign in to comment.