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

Trivy #3259

Merged
merged 21 commits into from
Feb 21, 2024
Merged

Trivy #3259

merged 21 commits into from
Feb 21, 2024

Commits on Dec 1, 2023

  1. initial commit

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c535446 View commit details
    Browse the repository at this point in the history
  2. add trivy analyzer

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    312ee25 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. improvements on parser

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    2486e3f View commit details
    Browse the repository at this point in the history
  2. documentation

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    77c0fb4 View commit details
    Browse the repository at this point in the history
  3. add instructions to trivy server

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    20f1f7b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. add docker and other package managers

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b80ed60 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    784e3b9 View commit details
    Browse the repository at this point in the history
  3. remove spaces

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6923e39 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. add unit tests and a few improvements

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9e09072 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix issue with missing package managers

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2d8e0f5 View commit details
    Browse the repository at this point in the history
  2. fix issues with docker images (packages + epoch + arch)

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    62528bb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. split requests per OS

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea3658a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix date parsing

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    bd90605 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. add support for trivy configuration ignore unfixed

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    842904b View commit details
    Browse the repository at this point in the history
  2. update configuration image

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    8c618c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. missing property creation on test

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    baa6594 View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1817e5e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. replace resolve with lookup

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9d63041 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. address comments

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dc6995f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. trivy constants

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    296302f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. address comments

    Signed-off-by: Marlon Pina Tojal <marlont@backbase.com>
    Marlon Pina Tojal committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1cfe0f4 View commit details
    Browse the repository at this point in the history