mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 02:38:47 +00:00
* Adding new flag everywhere relevant, implementing policy result workaround * Fixing unit test str matching, adding custom policy conditional to step_runner * Adding documentation steps for custom policy tools * Refactoring ConftestOutput attribute to PolicyOutput
10 lines
180 B
Cheetah
10 lines
180 B
Cheetah
{{ define "policyCheck" -}}
|
|
{{ $policy_sets := . }}
|
|
{{ range $ps, $policy_sets }}
|
|
#### Policy Set: `{{ $ps.PolicySetName }}`
|
|
```diff
|
|
{{ $ps.PolicyOutput }}
|
|
```
|
|
{{ end }}
|
|
{{ end }}
|