[VS-NfD] Produce an SBOM and a license report in CI #202
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#202
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan reference:
20-massnahmenplan.md-> Phase 2ADR: n/a
Effort: M (1–2 AT)
Depends on: —
Context
An SBOM is the artefact a supply-chain question is answered with rather
than argued about, and the license report is needed for the procurement
side of the same conversation.
Current state
.gitea/workflows/ci.ymlruns install, build, lint, typecheck, tests andi18n:check; there is no SBOM step. No reference tosbom,syftorcyclonedxexists anywhere in.gitea/or the rootpackage.json.deploy/compose/docker-compose.yml), sothe SBOM has to cover both the pnpm workspace and the images.
Acceptance criteria
workspace, and attaches them as build artefacts of the release
workflow.
fails on a license outside a documented allowlist.
node tooling outside the workspace, and bind mounts talk to the host
daemon — the chosen tool works under those conditions (documented in
the PR).
Out of scope
Vulnerability scanning and its triage policy, and signing the SBOM.
Implemented in PR #258 (commit
d3289b2, CI run 521 green, fast-forward merged per Stefan's standing go-ahead for the M25 block).Evidence against the acceptance criteria:
CD verification of the merged main follows.