diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f366cb29..b236c81e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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' diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index 3b0e7d00..0f456edf 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.3.0 + uses: philips-labs/slsa-provenance-action@v0.4.0 with: artifact_path: artifact/ diff --git a/README.md b/README.md index 8a84031e..b91cd040 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.3.0 +docker run philipssoftware/slsa-provenance:v0.4.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.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. @@ -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' diff --git a/action.yaml b/action.yaml index c95ef259..9ac9f306 100644 --- a/action.yaml +++ b/action.yaml @@ -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"