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

fix(sbom): export bom-ref when converting a package to a component #7340

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

Commits on Aug 14, 2024

  1. fix(sbom): export bom-ref

    afdesk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    73a0018 View commit details
    Browse the repository at this point in the history
  2. fix tests

    afdesk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f22f6b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. remove file path

    amf authored and afdesk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0eebb2a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. add test case

    afdesk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    46e10ac View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix: update test data

    afdesk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5cb120b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. test: keep the same uid

    afdesk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4e42d28 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: keep existing BOM-ref

    afdesk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    61486f3 View commit details
    Browse the repository at this point in the history
  2. add: a check

    afdesk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6067d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5090f View commit details
    Browse the repository at this point in the history
  4. refactor

    afdesk committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    eaaf98b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. refactor: reuse the parsed SBOM

    Signed-off-by: knqyf263 <[email protected]>
    knqyf263 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    418100c View commit details
    Browse the repository at this point in the history
  2. test: add appropriate parsed BOMs

    Signed-off-by: knqyf263 <[email protected]>
    knqyf263 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0bb6387 View commit details
    Browse the repository at this point in the history
  3. fix: linter error

    Signed-off-by: knqyf263 <[email protected]>
    knqyf263 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8b33309 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. refactor: rename AddVulnerabilities to SetVulnerabilities

    Signed-off-by: knqyf263 <[email protected]>
    knqyf263 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    67961d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    13b0ff4 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: linter error"

    This reverts commit 8b33309.
    knqyf263 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e67a91e View commit details
    Browse the repository at this point in the history
  3. Revert "test: add appropriate parsed BOMs"

    This reverts commit 0bb6387.
    knqyf263 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    28c45d8 View commit details
    Browse the repository at this point in the history
  4. Revert "refactor: reuse the parsed SBOM"

    This reverts commit 418100c.
    knqyf263 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f4478c0 View commit details
    Browse the repository at this point in the history