Skip to content

Security: com-pas/compas-scl-data-service

SECURITY.md

Security Policy

Verifying Docker images

Docker images published by this project are signed using Cosign keyless signing via Sigstore. Signatures are recorded in the public Rekor transparency log — no private key is stored or required.

To verify an image, install Cosign (instructions) and run:

cosign verify \
  --certificate-identity "https://github.com/com-pas/compas-scl-data-service/.github/workflows/release-please.yml@refs/heads/main" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  lfenergy/compas-scl-data-service:<tag>

Replace <tag> with the specific release tag (e.g. 0.18.0) or latest.

Reporting a Vulnerability

Please go to Security Advisories to privately report a security vulnerability, our contributors will try to respond within a week of your report with a rough plan for a fix and new tests.

There aren't any published security advisories