-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* spelling: abstractions Signed-off-by: Josh Soref <[email protected]> * spelling: annotations Signed-off-by: Josh Soref <[email protected]> * spelling: announcement Signed-off-by: Josh Soref <[email protected]> * spelling: attached Signed-off-by: Josh Soref <[email protected]> * spelling: attachment Signed-off-by: Josh Soref <[email protected]> * spelling: attestation Signed-off-by: Josh Soref <[email protected]> * spelling: cloudbuild Signed-off-by: Josh Soref <[email protected]> * spelling: compatibility Signed-off-by: Josh Soref <[email protected]> * spelling: consideration Signed-off-by: Josh Soref <[email protected]> * spelling: constituent Signed-off-by: Josh Soref <[email protected]> * spelling: dekkagaijin Signed-off-by: Josh Soref <[email protected]> * spelling: dependabot Signed-off-by: Josh Soref <[email protected]> * spelling: environment Signed-off-by: Josh Soref <[email protected]> * spelling: github Signed-off-by: Josh Soref <[email protected]> * spelling: gitlab Signed-off-by: Josh Soref <[email protected]> * spelling: immutable Signed-off-by: Josh Soref <[email protected]> * spelling: include Signed-off-by: Josh Soref <[email protected]> * spelling: initialized Signed-off-by: Josh Soref <[email protected]> * spelling: mailing Signed-off-by: Josh Soref <[email protected]> * spelling: payloads Signed-off-by: Josh Soref <[email protected]> * spelling: percent Signed-off-by: Josh Soref <[email protected]> * spelling: setting Signed-off-by: Josh Soref <[email protected]> * spelling: sigstore Signed-off-by: Josh Soref <[email protected]> * spelling: stored Signed-off-by: Josh Soref <[email protected]> * spelling: validity Signed-off-by: Josh Soref <[email protected]> * spelling: verified Signed-off-by: Josh Soref <[email protected]> * spelling: verifier Signed-off-by: Josh Soref <[email protected]> * spelling: without Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
- Loading branch information
Showing
22 changed files
with
40 additions
and
40 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
# asraa | ||
# bobcallaway | ||
# dekakgaijin | ||
# dekkagaijin | ||
# developer-guy | ||
# dlorenc | ||
# font | ||
|
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ func TestValidKey(t *testing.T) { | |
t.Errorf("Error adding public key") | ||
} | ||
if _, err := root.ValidKey(publicKey, "root"); err != nil { | ||
t.Errorf("Error checking key validit %s", err) | ||
t.Errorf("Error checking key validity %s", err) | ||
} | ||
// Now change issuer, and expect error. | ||
publicKey = FulcioVerificationKey("[email protected]", "") | ||
|
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
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 |
---|---|---|
|
@@ -46,14 +46,14 @@ Where: | |
- `_STORAGE_LOCATION` where to push the built artifacts. Default `cosign-releases`. | ||
- `_KEY_RING` key ring name of your cosign key. | ||
- `_KEY_NAME` key name of your cosign key. | ||
- `_KEY_VERSION` version of the key storaged in KMS. Default `1`. | ||
- `_KEY_LOCATION` location in GCP where the key is storaged. Default `global`. | ||
- `_KEY_VERSION` version of the key stored in KMS. Default `1`. | ||
- `_KEY_LOCATION` location in GCP where the key is stored. Default `global`. | ||
|
||
|
||
3. When the job finish, whithout issues, you should be able to see in GitHub a draft release. | ||
3. When the job finish, without issues, you should be able to see in GitHub a draft release. | ||
You now can review the release, make any changes if needed and then publish to make it an official release. | ||
|
||
4. Send an annoucement email to `[email protected]` mailling list | ||
4. Send an announcement email to `[email protected]` mailing list | ||
|
||
5. Tweet about the new release with a fun new trigonometry pun! | ||
|
||
|
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