Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:31
a0c5755

[0.1.0] - 2026-06-13

Other


Verify a download's provenance:

gh attestation verify <file> --repo davidrios/baleforgit

Verify the dependency SBOM:

gh attestation verify <file> --repo davidrios/baleforgit \
  --predicate-type https://spdx.dev/Document

Verify the checksum signature (cosign keyless):

cosign verify-blob SHA256SUMS \
  --bundle SHA256SUMS.cosign.bundle \
  --certificate-identity-regexp 'https://github.com/davidrios/baleforgit/.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com