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

Fix README.rst #365

Merged
merged 4 commits into from
Jan 25, 2022
Merged

Fix README.rst #365

merged 4 commits into from
Jan 25, 2022

Commits on Oct 2, 2018

  1. Fix README.rst

    The current README.rst has references to configure bandit runs using a custom
    .INI-like file. In reality, that file should actually be a YAML file.
    Using the INI example provided will result in:
    
    ` [main] ERROR bandit.cfg : Error parsing file. `
    
    This patch set updates the configuration so it is of proper YAML format so
    the execution will not error out.
    
    Signed-off-by: Tin Lam <[email protected]>
    stannum-l committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9e94e69 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    ed484f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Configuration menu
    Copy the full SHA
    0381dea View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    5a0445a View commit details
    Browse the repository at this point in the history