fix: Fail if cosign private/public key can't be verified (#190)
This commit is contained in:
parent
5e7524918f
commit
0b29929e93
3 changed files with 133 additions and 51 deletions
|
|
@ -3,7 +3,8 @@ pub const ARCHIVE_SUFFIX: &str = "tar.gz";
|
|||
pub const CONFIG_PATH: &str = "./config";
|
||||
pub const CONTAINERFILES_PATH: &str = "./containerfiles";
|
||||
pub const CONTAINER_FILE: &str = "Containerfile";
|
||||
pub const COSIGN_PATH: &str = "./cosign.pub";
|
||||
pub const COSIGN_PUB_PATH: &str = "./cosign.pub";
|
||||
pub const COSIGN_PRIV_PATH: &str = "./cosign.key";
|
||||
pub const FILES_PATH: &str = "./files";
|
||||
pub const GITIGNORE_PATH: &str = ".gitignore";
|
||||
pub const LOCAL_BUILD: &str = "/etc/bluebuild";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue