lukehinds/Bandit Code Scan

Run Bandit code scans on your Python codebase

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub tokenyes
recursiveFind and process files in subdirectoriesnofalse
aggregateAggregate output by vulnerability or by filenamenovuln
context_linesMaximum number of code lines to output for each issueno
config_fileOptional config file to useno
profileProfile to useno
testsComma-separated list of test IDs to runno
skipsComma-separated list of test IDs to skipno
severity_levelReport only issues of a given severity level or higherno
confidence_levelReport only issues of a given confidence level or higherno
verboseOutput extra information like excluded and included filesnofalse
debugTurn on debug modenofalse
quietOnly show output in the case of an errornofalse
ignore_nosecDo not skip lines with # nosec commentsnofalse
exclude_pathsComma-separated list of paths to exclude from scanno
baselinePath of a baseline report to compare againstno
ini_pathPath to a .bandit file that supplies command line argumentsno
pathPath to scanyes.
levelReport only issues of a given severity level or highernolow
confidenceReport only issues of a given confidence level or highernolow
exit_zeroExit with 0, even with results foundnofalse

no outputs