-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f93fbd
commit 7855bd2
Showing
6 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,7 +156,7 @@ jobs: | |
cosign-release: 'v1.4.1' | ||
|
||
- name: Generate provenance for ${{ matrix.repo }} | ||
uses: philips-labs/[email protected]-draft | ||
uses: philips-labs/[email protected] | ||
with: | ||
command: generate | ||
subcommand: container | ||
|
@@ -200,7 +200,7 @@ jobs: | |
|
||
steps: | ||
- name: Generate provenance for Release | ||
uses: philips-labs/[email protected]-draft | ||
uses: philips-labs/[email protected] | ||
with: | ||
command: generate | ||
subcommand: github-release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/download-artifact@v2 | ||
|
||
- name: Generate provenance | ||
uses: philips-labs/[email protected]-draft | ||
uses: philips-labs/[email protected] | ||
with: | ||
command: generate | ||
subcommand: files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5.1-draft | ||
docker run philipssoftware/slsa-provenance:v0.5.1 | ||
``` | ||
|
||
**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.5.1-draft | ||
docker run ghcr.io/philips-labs/slsa-provenance:v0.5.1 | ||
``` | ||
|
||
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/[email protected]-draft | ||
uses: philips-labs/[email protected] | ||
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/[email protected]-draft | ||
uses: philips-labs/[email protected] | ||
with: | ||
command: generate | ||
subcommand: files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters