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(k8s): add support for vulnerability detection #5268

Merged
merged 33 commits into from
Oct 14, 2023

Commits on Sep 28, 2023

  1. chore(deps): bump trivy-kubernetes

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a92a5c4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): replace trivy-db

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3bf3125 View commit details
    Browse the repository at this point in the history
  3. fix(purl): skip empty qualifiers

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2f0646f View commit details
    Browse the repository at this point in the history
  4. refactor(purl): add Class()

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8d6275c View commit details
    Browse the repository at this point in the history
  5. feat(k8s) add support for vulnerability detection

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5e309e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. test(k8s): fix PURL for kubelet

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7bbd0d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4430d View commit details
    Browse the repository at this point in the history
  3. fix typo

    DmitriyLewen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d2cf197 View commit details
    Browse the repository at this point in the history
  4. update KBOM golden file

    DmitriyLewen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b49fe17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88160f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. feat: support other k8s vendor purl

    Signed-off-by: chenk <hen.keinan@gmail.com>
    chen-keinan committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0765482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a64a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    0ef7fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6bd096 View commit details
    Browse the repository at this point in the history
  3. test: multi k8s provider purl

    Signed-off-by: chenk <hen.keinan@gmail.com>
    chen-keinan committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9defd4a View commit details
    Browse the repository at this point in the history
  4. test: multi k8s provider purl

    Signed-off-by: chenk <hen.keinan@gmail.com>
    chen-keinan committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a640837 View commit details
    Browse the repository at this point in the history
  5. chore: refer upstream

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    af27321 View commit details
    Browse the repository at this point in the history
  6. docs: add a spec for the k8s type

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5c9d2d0 View commit details
    Browse the repository at this point in the history
  7. fix: revert a regression

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a0d815d View commit details
    Browse the repository at this point in the history
  8. refactor: use strings.Cut

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a960978 View commit details
    Browse the repository at this point in the history
  9. fix: skip cloud k8s distributions

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0ef60ec View commit details
    Browse the repository at this point in the history
  10. test: fix PURLs

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    46347bb View commit details
    Browse the repository at this point in the history
  11. chore: downgrade to go 1.20

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9c35374 View commit details
    Browse the repository at this point in the history
  12. test(integration): fix k8s PURLs

    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    07365c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    e06442d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241002c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c98227 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    24f2a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe161ce View commit details
    Browse the repository at this point in the history
  3. fix: add nolint

    knqyf263 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    25bc6c6 View commit details
    Browse the repository at this point in the history
  4. docs: typo

    knqyf263 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    10a3dde View commit details
    Browse the repository at this point in the history
  5. fix: use the correct const

    knqyf263 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    37688b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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