6 lines
180 B
YAML
6 lines
180 B
YAML
ai_guard:
|
|
image: stellaops/cli:latest
|
|
script:
|
|
- stella guard run --policy .stellaops.yml --format gitlab --out guard.json
|
|
- test "$(jq -r .status guard.json)" = "pass"
|