We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed12b9 commit 858dbfdCopy full SHA for 858dbfd
1 file changed
.github/workflows/builds.yml
@@ -255,6 +255,9 @@ jobs:
255
- name: Check EVE schema has all additionalProperties
256
run: test $(cat etc/schema.json | jq 'paths( objects | (.type == "object" and (has("additionalProperties") | not) )) | join(".")' | wc -l) = "0"
257
258
+ - name: Check YAML schema ordering
259
+ run: ./scripts/schema-sort.py --check rust/config/suricata-yaml.schema.json
260
+
261
almalinux-9:
262
name: AlmaLinux 9 (schema, rust-checks)
263
runs-on: ubuntu-latest
0 commit comments