Github action for linting AWS IAM policy documents
Path to folder with IAM policy document files that is passed to 'find' command. This should be a shell glob expression.
Required: False
Default: '.'
IAM policy document file suffix
Required" False
Default: 'json'
Minimum severity of findings to display (passed to parliament).
Required: False
Default: ''
Custom config file (passed to parliament).
Required: False
Default: ''
Private auditors path (passed to parliament).
Required: False
Default: ''
- uses: actions/checkout@v2
- uses: xen0l/iam-lint@v1
- uses: actions/checkout@v2
- uses: xen0l/iam-lint@v1
with:
path: 'policies'
This action would not be possible without parliament. Special thanks goes to Scott piper and other contributors.