How to run multiple policy checks in one custom workflow? #4445
Unanswered
Ludingfeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have the config
repos.yaml
as following:And
atlantis.yaml
as following:My expected behavior is running workflows
default
andcustom-workflow
to do policy check forcustom-project
with everything fine.But I got some issues:ENV_VAR_TEST
in workflowdefault
and also have the policy checkenv-variable-check
in this workflow but notcustom-workflow
, but I got error info print from policy checkenv-variable-check
when I runatlantis plan
. The policy check can be success if I remove thecustom-workflow
.But only last one policy check will be run with above format.
Any suggestions will be appreciate.
Beta Was this translation helpful? Give feedback.
All reactions