Skip to content

secure-baseline

Foundationv6.1.0

Cross-cutting baseline for every Zava service: secure-coding instructions, docs style guide, and the security reviewer persona. Pinned by every service repo regardless of SDLC stage.

Add to your service repo's apm.yml. Pinned to v6.1.0 so consumers are reproducible.

dependencies:
apm:
- DevExpGbb/zava-agent-config/plugins/secure-baseline#v6.1.0

Then in CI / locally:

Terminal window
apm install
apm audit --ci
You ship anything. Mandatory explicit pin for every Zava service — never satisfied transitively.

Pairs with