This message was deleted.
# atlantis-community
s
This message was deleted.
a
Copy code
policies:
  owners:
    users:
      - username
  policy_sets:
    - name: X-policies
      path: /policies
      source: local
workflows:
  integrations:
    plan:
      steps:
      - init
      - plan
    policy_check:
      steps:
        - policy_check:
            extra_args: ["-p /policies", "--all-namespaces"]
I got a new issue by removing the policy_check & replacing with
repos[0].policy_check: true
But now it fails even when the policy should be succeed