IAM Validator
Version updated for https://github.com/boogy/iam-policy-validator to version v1.15.2.
- 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 is a security tool that analyzes and validates AWS IAM policies to detect potential misconfigurations before deployment. It automates the identification of issues such as overly permissive access, privilege escalation risks, invalid syntax, and missing security controls, ensuring adherence to least privilege principles and organizational requirements. This action helps prevent security breaches by catching dangerous patterns and errors that could compromise IAM policies.
Release notes
- chore: bump version to 1.15.2 (bf77de6)
- feat: add confused deputy protection and enhanced date validation (#66) (4ee9f49)
What’s Changed
- feat: add confused deputy protection and enhanced date validation by @boogy in https://github.com/boogy/iam-policy-validator/pull/66
Full Changelog: https://github.com/boogy/iam-policy-validator/compare/v1...v1.15.2