Skip to content

Commit

Permalink
add check no public access check
Browse files Browse the repository at this point in the history
  • Loading branch information
mponaws committed Aug 9, 2024
1 parent 761362c commit 506ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/policy-validator-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: aws-actions/[email protected]
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 }}
Expand Down

0 comments on commit 506ec12

Please sign in to comment.