mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
An empty/comment-only YAML file is parsed as NoneType by PyYAML. Checkov requires a dict; adding skip-check: [] satisfies the parser without globally suppressing any checks.
6 lines
274 B
YAML
6 lines
274 B
YAML
# Checkov configuration.
|
|
# Cloud Run false-positives (CKV_K8S_21/28/30) are suppressed via per-file
|
|
# inline checkov:skip comments in deploy/gcp/cloudrun-service.yaml rather than
|
|
# globally here, so future real Kubernetes manifests are not silently exempted.
|
|
skip-check: []
|