From 474fee8c7310052311f46abaa74986bbc13e2d45 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 21 Dec 2021 15:25:42 +0100 Subject: [PATCH] Bump release Signed-off-by: Marco Franssen --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/example-publish.yaml | 2 +- README.md | 6 +++--- action.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cfae9ec9..f808c8d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0-draft with: command: generate subcommand: container @@ -175,7 +175,7 @@ jobs: steps: - name: Generate provenance for Release - uses: philips-labs/slsa-provenance-action@v0.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0-draft with: command: generate subcommand: github-release diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 89bb5323..d5f28701 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.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0-draft with: command: generate subcommand: files diff --git a/README.md b/README.md index dea3bbc4..c9f1d4d9 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.4.0 +docker run philipssoftware/slsa-provenance:v0.5.0-draft ``` **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.4.0 +docker run ghcr.io/philips-labs/slsa-provenance:v0.5.0-draft ``` 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.4.0 + uses: philips-labs/slsa-provenance-action@v0.5.0-draft with: command: generate subcommand: files diff --git a/action.yaml b/action.yaml index a075cd59..0cc6d82d 100644 --- a/action.yaml +++ b/action.yaml @@ -39,6 +39,6 @@ runs: args+=('${{ inputs.arguments }}') echo "::set-output name=provenance_args::$(echo "[$(printf "\"%s\"," ${args[*]})]" | sed 's/,]$/]/')" - - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.4.0' + - uses: 'docker://ghcr.io/philips-labs/slsa-provenance:v0.5.0-draft' with: args: ${{ fromJSON(steps.compose-args.outputs.provenance_args) }}