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

feat: Add grype as vulnerability scanner plugin #1147

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2022

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

Commits on Apr 20, 2022

  1. basic grype plugin with essential features unit tested

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    cc3babf View commit details
    Browse the repository at this point in the history
  2. added insecure config for grype

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a553999 View commit details
    Browse the repository at this point in the history
  3. clarification in readme

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    cc46830 View commit details
    Browse the repository at this point in the history
  4. cleanup - some warnings fixed

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2b3592e View commit details
    Browse the repository at this point in the history
  5. feat: read secret registry auth info from secret

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    deb8a73 View commit details
    Browse the repository at this point in the history
  6. feat: added config for grype to helm deployment

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e9a3af0 View commit details
    Browse the repository at this point in the history
  7. fix: added missing grype entries helm chart values file

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    44636b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c840530 View commit details
    Browse the repository at this point in the history
  9. basic grype plugin with essential features unit tested

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b7083a1 View commit details
    Browse the repository at this point in the history
  10. added insecure config for grype

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    98eb81b View commit details
    Browse the repository at this point in the history
  11. clarification in readme

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c9f370f View commit details
    Browse the repository at this point in the history
  12. cleanup - some warnings fixed

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7bc70b2 View commit details
    Browse the repository at this point in the history
  13. feat: read secret registry auth info from secret

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ce0e913 View commit details
    Browse the repository at this point in the history
  14. feat: added config for grype to helm deployment

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    06cf676 View commit details
    Browse the repository at this point in the history
  15. fix: added missing grype entries helm chart values file

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6bd4a5f View commit details
    Browse the repository at this point in the history
  16. rebase main

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    17fbec4 View commit details
    Browse the repository at this point in the history
  17. fix: fixed plugin factory to accept grype as plugin

    Kevin Seidel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dbff4c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. remove command from podspec

    Kevin Seidel committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    186e22b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix: tidy up env vars and added docu for grype helm vars

    Kevin Seidel committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e5bd347 View commit details
    Browse the repository at this point in the history
  2. fix: added docs for grype

    Kevin Seidel committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2c880a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. fix: empty CVSs issue #1

    Kevin Seidel committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ee52fca View commit details
    Browse the repository at this point in the history
  2. rebase main

    Kevin Seidel committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0addc15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from seidkevi/fix-#1

    fix: empty CVSs issue
    HelenaSeidel authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0d3e4d2 View commit details
    Browse the repository at this point in the history