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)
41
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
41
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information.
42
42
# File or directory to run bandit on
43
-
path: "."# optional, default is .
44
-
# Report only issues of a given severity level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
45
-
# level: MEDIUM # optional, default is UNDEFINED
46
-
# Report only issues of a given confidence level or higher. Can be LOW, MEDIUM or HIGH. Default is UNDEFINED (everything)
47
-
confidence: LOW # optional, default is UNDEFINED
48
-
# 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)
49
-
# excluded_paths: # optional, default is DEFAULT
43
+
path: "."# optional, default is .
44
+
# Report only issues of a given severity level or higher. Can be LOW, MEDIUM or HIGH.
45
+
# Default is UNDEFINED (everything)
46
+
# level: MEDIUM # optional, default is UNDEFINED
47
+
# Report only issues of a given confidence level or higher. Can be LOW, MEDIUM or HIGH.
48
+
# Default is UNDEFINED (everything)
49
+
confidence: LOW # optional, default is UNDEFINED
50
+
# comma-separated list of paths (glob patterns supported) to exclude from scan
51
+
# (note that these are in addition to the excluded paths provided in the config file)
0 commit comments