Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
- Introduced `ui_bench_driver.mjs` to read scenarios and fixture manifest, generating a deterministic run plan. - Created `ui_bench_plan.md` outlining the purpose, scope, and next steps for the benchmark. - Added `ui_bench_scenarios.json` containing various scenarios for graph UI interactions. - Implemented tests for CLI commands, ensuring bundle verification and telemetry defaults. - Developed schemas for orchestrator components, including replay manifests and event envelopes. - Added mock API for risk management, including listing and statistics functionalities. - Implemented models for risk profiles and query options to support the new API.
1.9 KiB
1.9 KiB
Java Analyzer Release Plan (DEVOPS-SCANNER-JAVA-21-011-REL)
Goal
Publish the Java analyzer plug-in with signed artifacts and offline-ready bundles for CLI/Offline Kit.
Inputs
- Analyzer JAR(s) + native helpers from dev task 21-011.
- SBOM (SPDX JSON) for plugin + native components.
- Test suite outputs (unit + integration).
Artifacts
- OCI image (optional) or zip bundle containing:
analyzer.jarlib/natives (if any)LICENSE,NOTICESBOM(spdx.json)SIGNATURES(cosign/PGP)
- Cosign attestations for OCI/zip (provenance + SBOM).
- Checksums:
SHA256SUMS,SHA256SUMS.sig. - Offline kit slice: tarball with bundle + attestations + SBOM.
Pipeline steps
- Build: run gradle/mvn with
--offlineusing vendored deps; produce JAR + natives. - SBOM:
syft packages -o spdx-jsonover build output. - Package: zip bundle with fixed ordering (
zip -X) and normalized timestamps (SOURCE_DATE_EPOCH). - Sign:
- cosign sign blob (zip) and/or image.
- generate in-toto provenance (SLSA level 1) referencing git commit + toolchain hashes.
- Checksums: create
SHA256SUMSand sign with cosign/PGP. - Verify stage: pipeline step runs
cosign verify-blob,sha256sum --check, andsyft validate spdx. - Publish:
- Upload to artifact store (release bucket) with metadata (version, commit, digest).
- Produce offline kit slice tarball (
scanner-java-<ver>-offline.tgz) containing bundle, SBOM, attestations, checksums.
Security/hardening
- Non-root build container; disable gradle/mvn network (
--offline). - Strip debug info unless required; ensure reproducible JAR (sorted entries, normalized timestamps).
- Telemetry disabled.
Evidence to capture
- Bundle SHA256, cosign signatures, provenance statement.
- SBOM hash.
- Verification logs from pipeline.
Owners
- Build/pipeline: DevOps Guild
- Signing policy: Platform Security
- Consumer integration: CLI Guild / Offline Kit Guild