diff --git a/.github/workflows/policy-validator-cfn.yaml b/.github/workflows/policy-validator-cfn.yaml index cea4312..c525c16 100644 --- a/.github/workflows/policy-validator-cfn.yaml +++ b/.github/workflows/policy-validator-cfn.yaml @@ -74,7 +74,7 @@ jobs: uses: aws-actions/cloudformation-aws-iam-policy-validator@v1.0.3 with: policy-check-type: "CHECK_NO_NEW_ACCESS" - template-path: 'test/check-no-new-access/cfn/sample-role.yaml' + template-path: 'test/check-no-new-access/cfn/iam_users_groups_policies.yaml' reference-policy: 'test/check-no-new-access/cfn/reference-resource-policy.json' reference-policy-type: 'RESOURCE' region: ${{env.REGION }}