You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ability to read from stdin for a policy to be analyzed such as
`cat file.json | parliament`
* Adds new FileType argument to read from stdin and don't allow both
--file and stdin
* Implements duo-labs#163
* Add ability to read from stdin for a policy to be analyzed such as
`cat file.json | parliament`
* Adds new FileType argument to read from stdin and don't allow both
--file and stdin
* Implements duo-labs#163
* Add stdin support for reading policy
* Add ability to read from stdin for a policy to be analyzed such as
`cat file.json | parliament`
* Adds new FileType argument to read from stdin and don't allow both
--file and stdin
* Implements #163
* Simplify implementation to use single parameter
* Since we can test if we are using stdin vs --file attribute we can
just use the same attribute instead of 2
* Update argument help
* Fix filename parameter passed to analyze_policy_string
I should be able to run:
cat file.json | parliament
The text was updated successfully, but these errors were encountered: