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

Baseline support #101

Closed
KevinHock opened this issue Apr 1, 2018 · 3 comments
Closed

Baseline support #101

KevinHock opened this issue Apr 1, 2018 · 3 comments

Comments

@KevinHock
Copy link
Collaborator

KevinHock commented Apr 1, 2018

Once #100 is merged this will be do-able.

So a baseline is for when you want to diff between a previous run, (probably of known issues or false-positives) and a current run, 'as a big part of continuous integration', baseline support is super important.

See https://github.com/openstack/bandit as a tool that implements this.

    parser.add_argument('-b', '--baseline',
                        help='path of a baseline report to compare against '
                             '(only JSON-formatted files are accepted)',
                        type=str,
                        default=None)

There is also the newly open sourced detect-secrets repo from the Yelp security team that implements this.

@KevinHock
Copy link
Collaborator Author

Would you like to take this one @omergunal?

@omergunal
Copy link
Contributor

Sure, i will work on this

@KevinHock
Copy link
Collaborator Author

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants