IAM Validator
Version updated for https://github.com/boogy/iam-policy-validator to version v1.15.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The IAM Policy Validator GitHub Action helps automate the identification and resolution of security risks and misconfigurations in AWS IAM policies. It detects issues such as privilege escalation chains, overly permissive access, trust policy vulnerabilities, and syntax errors before deployment. This tool streamlines policy validation, ensuring adherence to security best practices and reducing the risk of breaches caused by misconfigured permissions or dangerous patterns.
Release notes
- feat: MCP server integration, validation improvements, and query enhancements (#61) (d111e4d)
- ci(deps): bump actions/cache from 5.0.1 to 5.0.2 (#64) (e99df69)
- ci(deps): bump github/codeql-action from 4.31.9 to 4.31.10 (#63) (768a295)
- ci(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 (#62) (20bcd1e)
- ci(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 (#60) (3ba5ad4)
- ci(deps): bump github/codeql-action from 4.31.8 to 4.31.9 (#59) (247ba79)
- docs: add changelog entry for v1.14.7 (bb7333a)
What’s Changed
- ci(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in https://github.com/boogy/iam-policy-validator/pull/59
- ci(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 by @dependabot[bot] in https://github.com/boogy/iam-policy-validator/pull/60
- ci(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 by @dependabot[bot] in https://github.com/boogy/iam-policy-validator/pull/62
- ci(deps): bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in https://github.com/boogy/iam-policy-validator/pull/63
- ci(deps): bump actions/cache from 5.0.1 to 5.0.2 by @dependabot[bot] in https://github.com/boogy/iam-policy-validator/pull/64
- feat: MCP server integration, validation improvements, and query enhancements by @boogy in https://github.com/boogy/iam-policy-validator/pull/61
Full Changelog: https://github.com/boogy/iam-policy-validator/compare/v1.14.7...v1.15.0