Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
reactive-firewall opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@reactive-firewall
Copy link
Owner

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

@reactive-firewall reactive-firewall self-assigned this Nov 22, 2024
@reactive-firewall reactive-firewall added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant