Tags give the ability to mark specific points in history as being important
-
v1.3.0
protectedRelease: v1.3.0db8b95e9 · ·v1.3.0 -- DoD-grade baseline components New components for DoD-grade baseline across all projects: - audit: language-aware dependency scanning (cargo-deny, govulncheck, npm audit, pip-audit) - compliance: validates SECURITY.md has required sections and no vacuous placeholders - attest: generates SLSA v1.0 provenance attestations via cosign keyless signing Updates to existing components: - release: links SLSA attestation bundles to release page when attest job runs Template additions: - compliance/SECURITY.md.scaffold: starting point for project SECURITY.md with NIST SP 800-53, NIST SP 800-218 SSDF, CMMC 2.0 L2, and FIPS sections scaffolded
-
v1.2.0
protectedRelease: v1.2.05749b48e · ·v1.2.0 -- release component links binaries and container to release page The release component now creates release asset links for: - Binary artifacts from the generic package registry (auto-discovered from dist/) - Container image (when container-image input is provided) New input: binary-job (default: binary-build) controls artifact dependency. Removed input: binary-names (now auto-discovered from dist/ directory). Projects using the release component now get downloadable binaries on the release page without any additional CI configuration.
-
v1.1.0
protectedRelease: v1.1.0077d6279 · ·v1.1.0: Supply chain hardening and Renovate - Cosign v2.4.1 -> v2.6.3 with SHA256 checksum verification - Buildah pinned to v1.43.0 - Alpine replaced with UBI9-minimal:9.7 in verify component - glab CLI pinned to v1.92.1, release-cli to v0.24.0 - Log collapsing, interruptible jobs, runner-tag inputs - Secret Detection in project CI - Renovate config with cosign v2.x constraint
-
v1.0.0
protectedRelease: v1.0.0b7f54014 · ·pipeline v1.0.0 CI/CD catalog components for regulated container builds. Components: - container: buildah + UBI10-micro, cosign keyless sign (v2.4.1) - verify: cosign signature verification against GitLab OIDC identity - binary: cross-compile, checksums, cosign sign-blob, package registry - release: GitLab release with asset links (glab, not deprecated release-cli) All components support configurable job names, consumer-controlled rules (array input), and parameterized inputs. No global keywords. Validated: postern pipeline passes all four jobs (test, container-build, container_scanning, container-verify) consuming these components.