m-mizutani/goast
Runs goast as GitHub action for customizable static analysis of Go code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| policy | Rego policy file or directory | yes | — |
| format | Output format [text|json] | — | text |
| output | Output destination | — | - |
| root_only | Disable recursive inspection of all AST nodes | — | false |
| fail | Exit with non-zero if violation detected | — | true |
| ignore_auto_generated | Ignore auto generated codes if 'true' value passed. | — | false |
| source | Source code files or directory | yes | — |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |