Skip to content

0.8.0 - Test custom rules

Compare
Choose a tag to compare
@ricleal-fugue ricleal-fugue released this 06 Nov 16:10
· 70 commits to master since this release

Adds ability to test custom rules - rego files. For example:

fugue-client test rule --scan SCAN_ID --resource-type RESOURCE_TYPE RULE_FILE.rego

It also allows to retrieve the custom rule input:

fugue-client get rule-input --scan SCAN_ID > resource.json