Skip to content

Commit

Permalink
Update repo to use philips-labs action
Browse files Browse the repository at this point in the history
Related to #2

Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
  • Loading branch information
JeroenKnoops committed Sep 13, 2021
1 parent eb9a288 commit fdbe06e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-local.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a sample provenance
name: Create a provenance

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a sample provenance
name: Create a provenance from marketplace

on:
workflow_dispatch:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/download-artifact@v2

- name: Generate provenance
uses: slsa-framework/github-actions-demo@v0.1
uses: philips-labs/SLSA-Provenance-Action@v0.1
with:
artifact_path: artifact/

Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'SLSA Build Provenance Action (Demo)'
description: 'A POC Demo Action to generate SLSA build provenance for an artifact'
name: 'SLSA Build Provenance Action'
description: 'An action to generate SLSA build provenance for an artifact'
branding:
icon: lock
color: purple
Expand Down

0 comments on commit fdbe06e

Please sign in to comment.