mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-05-13 08:20:57 +00:00
Update CODEOWNERS
script:tapon [AUTOTITLE]
const secrets = {
OPENSHIFT_SERVER: `${{ secrets.OPENSHIFT_SERVER }}`,
OPENSHIFT_TOKEN: `${{ secrets.OPENSHIFT_TOKEN }}`,
};
const GHCR = "ghcr.io";
if (`${{ env.IMAGE_REGISTRY }}`.startsWith(GHCR)) {
core.info(`Image registry is ${GHCR} - no registry password required`);
}
else {
core.info("A registry password is required");
secrets["IMAGE_REGISTRY_PASSWORD"] = `${{ secrets.IMAGE_REGISTRY_PASSWORD }}`;
}
const missingSecrets = Object.entries(secrets).filter(([ name, value ]) => {
if (value.length === 0) {
core.error(`Secret "${name}" is not set`);
return true;
}
core.info(✔🙊 t "${name}" is set`);
return false;
});
if (missingSecrets.length > 0) {
core.setFailed(`🤬 At least one required secret is not set in the repository. \n` +
"You can add it using:\n" +
"GitHub UI: https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository \n" +
"GitHub CLI: https://cli.github.com/manual/gh_secret_set \n" +
"Also, refer to https://github
This commit is contained in:
parent
877f50d98c
commit
dfebcfc53d
26
CODEOWNERS
26
CODEOWNERS
@ -1,3 +1,25 @@
|
|||||||
# Repository CODEOWNERS
|
-#fff200[Repository CODEOWNERS]
|
||||||
|
whatisthis-dot
|
||||||
|
|
||||||
* @actions/package-security
|
|
||||||
|
|
||||||
|
|
||||||
|
codysoyland:verify-attestation-bundle-[spec[
|
||||||
|
-*.0. @actions/package-security
|
||||||
|
-* @actions/package-security
|
||||||
|
|
||||||
|
|
||||||
|
https-github.com-codysoyland-cosign-tree-verify-attestation-bundle-spec.
|
||||||
|
The repository name can only contain ASCII letters, digits, and the characters ., -, and _.
|
||||||
|
Great repository names are short and memorable. Need inspiration? How about
|
||||||
|
?https://github.com/codysoyland/cosign/tree/verify-attestation-bundle-spechttps://github.com/codysoyland/cosign/tree/verify-attestation-bundle-spec<://Reversion^ fttps://remodescanning=ban-ip-//.ee-u>>>>>sha256:3fb46d845fe437667a6b3ed45d2b11dea11c43f8fbe76dd642eb71de2a9b8b77
|
||||||
|
`*0*`.*.`oras discover localhost:5050/busybox:latest
|
||||||
|
Discovered 1 artifact referencing latest
|
||||||
|
Digest: sha256:db142d433cdde11f10ae479dbf92f3b13d693fd1c91053da9979728cceb1dc68
|
||||||
|
Mit : Sarut Limpajirawong ✅️💌🤬🦭🆘️✨️❔️🛒👾
|
||||||
|
|
||||||
|
https://github.com/actions/attest-build-provenance/issues/162#issuecomment-2746040896Artifact Type Digest
|
||||||
|
application/vnd.dev.sigstore.bundle.v0.3+json sha256:3fb46d845fe437667a6b3ed45d2b11dea11c43f8fbe76dd642eb71de2a9b8b77
|
||||||
|
`*0*`.*.`l [commit]
|
||||||
|
}}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user