forked from parroty/python-bandit-scan
-
Couldn't load subscription status.
- Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
WIP
consider the following check:
#! /bin/bash
# Description: Check for Bandit configuration file and its contents
printf "Checking for Bandit configuration:\n"
if [ -f .bandit.yml ]; then
printf "Found .bandit.yml:\n"
cat .bandit.yml
else
printf "Warning: .bandit.yml not found\n"
ficould 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request