You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Github token of the repository (automatically created by Github)
37
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
38
39
# File or directory to run bandit on
39
40
path: "."# optional, default is .
40
41
# Report only issues of a given severity level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
41
-
level: medium# optional, default is UNDEFINED
42
+
#level: MEDIUM # optional, default is UNDEFINED
42
43
# Report only issues of a given confidence level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
43
-
confidence: high# optional, default is UNDEFINED
44
+
confidence: LOW# optional, default is UNDEFINED
44
45
# comma-separated list of paths (glob patterns supported) to exclude from scan (note that these are in addition to the excluded paths provided in the config file) (default: .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg)
0 commit comments