Skip to content

Feature request: check for user config or issue notice / warning #9

@reactive-firewall

Description

@reactive-firewall

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"
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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions