-
Notifications
You must be signed in to change notification settings - Fork 575
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add signature verification to install.sh (#2941)
Signed-off-by: Alex Goodman <[email protected]>
- Loading branch information
Showing
18 changed files
with
471 additions
and
71 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 |
---|---|---|
|
@@ -187,6 +187,9 @@ jobs: | |
needs: [Build-Snapshot-Artifacts] | ||
runs-on: macos-latest | ||
steps: | ||
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
|
||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 | ||
|
||
- name: Bootstrap environment | ||
|
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
Oops, something went wrong.