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

976 - Introduce Security Scans for Go Packages #1053

Merged
merged 3 commits into from
Jan 3, 2020

Commits on Jan 3, 2020

  1. 976 - Introduce Security Scans for Go Packages

    A new bash script which runs gosec on our packages
    
    We only flag issues of high severity with 'medium' or 'high' confidence by Gosec
    Gosec only scans directories modified by checking the Git diff first. If the branch is master, it scans the entire project. This way we save time in our pipeline while developing.
    Finally, the reports are exported as xml and parsed using Junit.
    BradleyBoutcher committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    aacac91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2493e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f34f03 View commit details
    Browse the repository at this point in the history