Skip to content

Commit 76effe0

Browse files
authored
fix(accessanalyzer): update cfn-policy-validator and tf-policy-validator versions (#7525)
## Problem `cfn-policy-validator` dependency was updated (https://github.com/awslabs/aws-cloudformation-iam-policy-validator/releases/tag/v0.0.36) `tf-policy-validator` dependency was updated (https://github.com/awslabs/terraform-iam-policy-validator/releases/tag/v0.0.9) ## Solution Update the dependency version to 0.0.36 from 0.0.34 and 0.0.9 from 0.0.8 in the accessanalyzer integration. --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a73ba2b commit 76effe0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/core/src/awsService/accessanalyzer/vue/iamPolicyChecks.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<p>Install Python 3.6+</p>
1616
</li>
1717
<li>
18-
<code> pip install cfn-policy-validator==0.0.34 </code>
18+
<code> pip install cfn-policy-validator==0.0.36 </code>
1919
</li>
2020
<li>
21-
<code> pip install tf-policy-validator==0.0.8 </code>
21+
<code> pip install tf-policy-validator==0.0.9 </code>
2222
</li>
2323
<li>
2424
<p>Provide IAM Roles Credentials</p>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "AccessAnalyzer: CheckNoPublicAccess custom policy check supports additional resource types."
4+
}

0 commit comments

Comments
 (0)