Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Github action for linting AWS IAM policy documents

License

NotificationsYou must be signed in to change notification settings

xen0l/iam-lint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Github action for linting AWS IAM policy documents

Inputs

path

Path to folder with IAM policy document files that is passed to 'find' command. This should be a shell glob expression.

Required: False

Default: '.'

file_suffix

IAM policy document file suffix

Required" False

Default: 'json'

minimum_severity

Minimum severity of findings to display (passed toparliament).

Required: False

Default: ''

config

Custom config file (passed toparliament).

Required: False

Default: ''

private_auditors

Private auditors path (passed toparliament).

Required: False

Default: ''

Example usage

Without specifying a path

- uses: actions/checkout@v2- uses: xen0l/iam-lint@v1

With specifying a path

- uses: actions/checkout@v2- uses: xen0l/iam-lint@v1  with:    path: 'policies'

Credits

This action would not be possible withoutparliament. Special thanks goes toScott piper and other contributors.

About

Github action for linting AWS IAM policy documents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp