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
#! /bin/bash# Description: Check for Bandit configuration file and its contentsprintf"Checking for Bandit configuration:\n"if [ -f .bandit.yml ];thenprintf"Found .bandit.yml:\n"
cat .bandit.yml
elseprintf"Warning: .bandit.yml not found\n"fi
could expand the concept to check for various file paths to check if there is a config to use or otherwise recommend adding one.
🚧 TODO: design
The text was updated successfully, but these errors were encountered:
WIP
consider the following check:
could expand the concept to check for various file paths to check if there is a config to use or otherwise recommend adding one.
🚧 TODO: design
The text was updated successfully, but these errors were encountered: