-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
f9c6d38
commit 6ab03cc
Showing
3 changed files
with
9 additions
and
9 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
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 |
---|---|---|
|
@@ -11,9 +11,9 @@ This action currently supports GitHub-provided Linux, macOS and Windows runners | |
Add the following entry to your Github workflow YAML file: | ||
|
||
```yaml | ||
uses: kyverno/action-install-chainsaw@v0.0.3 | ||
uses: kyverno/action-install-chainsaw@v0.1.0 | ||
with: | ||
release: v0.0.3 # optional | ||
release: v0.1.0 # optional | ||
``` | ||
Example using a pinned version: | ||
|
@@ -28,9 +28,9 @@ jobs: | |
name: Install Chainsaw | ||
steps: | ||
- name: Install Chainsaw | ||
uses: kyverno/action-install-chainsaw@v0.0.3 | ||
uses: kyverno/action-install-chainsaw@v0.1.0 | ||
with: | ||
release: v0.0.2 | ||
release: v0.0.9 | ||
- name: Check install | ||
run: chainsaw version | ||
``` | ||
|
@@ -47,7 +47,7 @@ jobs: | |
name: Install Chainsaw | ||
steps: | ||
- name: Install Chainsaw | ||
uses: kyverno/action-install-chainsaw@v0.0.3 | ||
uses: kyverno/action-install-chainsaw@v0.1.0 | ||
- name: Check install | ||
run: chainsaw version | ||
``` | ||
|
@@ -66,7 +66,7 @@ jobs: | |
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
- name: Install Chainsaw | ||
uses: kyverno/action-install-chainsaw@v0.0.3 | ||
uses: kyverno/action-install-chainsaw@v0.1.0 | ||
with: | ||
verify: true | ||
- name: Check install | ||
|
@@ -92,7 +92,7 @@ jobs: | |
with: | ||
go-version: '1.21' | ||
- name: Install Chainsaw | ||
uses: kyverno/action-install-chainsaw@v0.0.3 | ||
uses: kyverno/action-install-chainsaw@v0.1.0 | ||
with: | ||
release: main | ||
- name: Check install | ||
|
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