-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use GitHub's OIDC for signing images
This change will follow the patter that was established with the GitLab pipeline. Users will be able to have their images signed by GitHub's OIDC. This will allow users to rebase directly onto a signed image and forego using the siging module.
- Loading branch information
Showing
2 changed files
with
53 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pub const COSIGN_PATH: &str = "./cosign.pub"; | ||
pub const MODULES_PATH: &str = "./config/modules"; | ||
pub const RECIPE_PATH: &str = "./config/recipe.yml"; | ||
pub const GITHUB_TOKEN_ISSUER_URL: &str = "https://token.actions.githubusercontent.com"; |