reactive-firewall/Flake8 Analysis

Flake8 SARIF Analysis Scan Action for GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configFile or glob to slurp up flake8 config from. Default is UNDEFINED.noUNDEFINED
matchGlob-style pattern of files or directories to match and run flake8 on. Only works with git tracked files. no**/*.py
pathFile or directory to run flake8 on. Default is to use git to match pathsnoUNDEFINED
tokenThe 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-artifactsAlso upload results for downloading. (Does not affect GitHub scan alerts)yestrue
namedescription
python-versionThe python version that was used in the run.
artifact-idThe uploaded artifact-id
artifact-urlThe uploaded artifact-url
artifact-digestThe uploaded artifact-digest