reactive-firewall/Flake8 Analysis
Flake8 SARIF Analysis Scan Action for GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | File or glob to slurp up flake8 config from. Default is UNDEFINED. | no | UNDEFINED |
| match | Glob-style pattern of files or directories to match and run flake8 on. Only works with git tracked files. | no | **/*.py |
| path | File or directory to run flake8 on. Default is to use git to match paths | no | UNDEFINED |
| token | The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. | yes | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
| publish-artifacts | Also upload results for downloading. (Does not affect GitHub scan alerts) | yes | true |
Outputs
| name | description |
|---|---|
| python-version | The python version that was used in the run. |
| artifact-id | The uploaded artifact-id |
| artifact-url | The uploaded artifact-url |
| artifact-digest | The uploaded artifact-digest |