ci: ensure semgrep tests all state store funcs for FSM time rule. (#18315)

This commit is contained in:
James Rasell
2023-08-24 15:08:53 +01:00
committed by GitHub
parent f5b0da1d55
commit c43dcb4bf8

View File

@@ -29,5 +29,7 @@ rules:
severity: "WARNING"
paths:
include:
- "nomad/fsm.*"
- "nomad/state/state_store.*"
- "nomad/fsm*"
- "nomad/state/state_store*"
exclude:
- "*_test.go"