mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix(ci): make .checkov.yaml a valid YAML mapping to prevent NoneType parse error
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.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
# 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 real Kubernetes manifests are not silently exempted.
|
||||
# globally here, so future real Kubernetes manifests are not silently exempted.
|
||||
skip-check: []
|
||||
|
||||
Reference in New Issue
Block a user