Skip to content

Commit 94497e2

Browse files
ci: skip kubeval schema validation for new NetworkPolicy and Ingress fixtures
kubernetesjsonschema.dev has an invalid SSL certificate (resolves to netlify.app), causing kubeval to fail when fetching: - networkpolicy-networking-v1.json - ingress-networking-v1.json Add the four new query test files to the kubeval ignore list, consistent with the existing workaround used for hpa_targets_invalid_object. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c248abe commit 94497e2

File tree

1 file changed

+4
-0
lines changed
  • .github/scripts/samples-linters/ignore-list

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
assets/queries/k8s/hpa_targets_invalid_object/test/positive.yaml
2+
assets/queries/k8s/network_policy_ingress_not_restricted/test/positive.yaml
3+
assets/queries/k8s/network_policy_ingress_not_restricted/test/negative.yaml
4+
assets/queries/k8s/ingress_whitelist_open_to_all/test/positive.yaml
5+
assets/queries/k8s/ingress_whitelist_open_to_all/test/negative.yaml

0 commit comments

Comments
 (0)