From 3c400570b01476231a81dd948be972d039bfe1dc Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Wed, 26 Jan 2022 10:52:02 +0100 Subject: [PATCH] Bump v0.5.1 to v0.6.0 for release Signed-off-by: Marco Franssen --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/example-publish.yaml | 2 +- README.md | 8 ++++---- action.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62928cff..13a955df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: cosign-release: 'v1.4.1' - name: Generate provenance for ${{ matrix.repo }} - uses: philips-labs/slsa-provenance-action@v0.5.1 + uses: philips-labs/slsa-provenance-action@v0.6.0 with: command: generate subcommand: container @@ -201,7 +201,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.5.1 + uses: philips-labs/slsa-provenance-action@v0.6.0 with: command: generate subcommand: github-release diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 922358e9..846e0c93 100644 --- a/.github/workflows/example-publish.yaml +++ b/.github/workflows/example-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/download-artifact@v2 - name: Generate provenance - uses: philips-labs/slsa-provenance-action@v0.5.1 + uses: philips-labs/slsa-provenance-action@v0.6.0 with: command: generate subcommand: files diff --git a/README.md b/README.md index 507c2b6e..0df018a6 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ 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.5.1 +docker run philipssoftware/slsa-provenance:v0.6.0 ``` **GitHub Container Registry** @@ -117,7 +117,7 @@ See all available images [here.](https://github.com/philips-labs/slsa-provenance Run the Docker image by doing: ```sh -docker run ghcr.io/philips-labs/slsa-provenance:v0.5.1 +docker run ghcr.io/philips-labs/slsa-provenance:v0.6.0 ``` 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 steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.5.1 + uses: philips-labs/slsa-provenance-action@v0.6.0 with: command: generate subcommand: files @@ -180,7 +180,7 @@ The easiest way to use this action is to add the following into your workflow fi path: extra-materials/ - name: Generate provenance - uses: philips-labs/slsa-provenance-action@v0.5.1 + uses: philips-labs/slsa-provenance-action@v0.6.0 with: command: generate subcommand: files diff --git a/action.yaml b/action.yaml index 2406894f..377415f1 100644 --- a/action.yaml +++ b/action.yaml @@ -50,6 +50,6 @@ runs: run: | echo Running slsa-provenance with following arguments echo ${{ steps.compose-args.outputs.provenance_args }} - - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.5.1' + - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.6.0' with: args: ${{ steps.compose-args.outputs.provenance_args }}