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(sbom): scan sbom attestation in the rekor record #2699

Merged
merged 50 commits into from Sep 15, 2022

Commits on Aug 14, 2022

  1. Copy the full SHA
    fdf46bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    afc6575 View commit details
    Browse the repository at this point in the history
  3. rename option name

    otms61 committed Aug 14, 2022
    Copy the full SHA
    1e24dcf View commit details
    Browse the repository at this point in the history
  4. refactor: rename field name

    otms61 committed Aug 14, 2022
    Copy the full SHA
    68f807d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix: import order

    otms61 committed Aug 17, 2022
    Copy the full SHA
    c29b54d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    feac772 View commit details
    Browse the repository at this point in the history
  3. chore: update go.mod

    otms61 committed Aug 17, 2022
    Copy the full SHA
    1d8fd38 View commit details
    Browse the repository at this point in the history
  4. refactor rekor client

    otms61 committed Aug 17, 2022
    Copy the full SHA
    ba90261 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    28d11ce View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Copy the full SHA
    71af599 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f165cef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e941e7b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Copy the full SHA
    705ffec View commit details
    Browse the repository at this point in the history
  2. refactor: refactor Inspect

    otms61 committed Aug 27, 2022
    Copy the full SHA
    8d661e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    840f670 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3e645d9 View commit details
    Browse the repository at this point in the history
  5. fix: fix lint error

    otms61 committed Aug 27, 2022
    Copy the full SHA
    17ba208 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Copy the full SHA
    7e93c55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    29c414c View commit details
    Browse the repository at this point in the history
  3. chore: update go.mod

    otms61 committed Aug 28, 2022
    Copy the full SHA
    0f50432 View commit details
    Browse the repository at this point in the history
  4. fix: fix entry ID in a test

    otms61 committed Aug 28, 2022
    Copy the full SHA
    3b9d4ee View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a36b5a5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    73f0338 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 7, 2022

  1. feat: add rekor-url option

    otms61 committed Sep 7, 2022
    Copy the full SHA
    ddc33ee View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fix: rekor URL option

    otms61 committed Sep 12, 2022
    Copy the full SHA
    79341dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1a4b091 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Copy the full SHA
    5ca3edf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Copy the full SHA
    3039fb9 View commit details
    Browse the repository at this point in the history
  2. revert attestation decode

    otms61 committed Sep 15, 2022
    Copy the full SHA
    628e728 View commit details
    Browse the repository at this point in the history
  3. refactor

    otms61 committed Sep 15, 2022
    Copy the full SHA
    5ba33cf View commit details
    Browse the repository at this point in the history
  4. refactor: add a new file

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    813759c View commit details
    Browse the repository at this point in the history
  5. refactor: embed Rekor client

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    78c3ab5 View commit details
    Browse the repository at this point in the history
  6. feat: handle expected errors

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    b19fdf0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    64c300b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c168b80 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1257c7b View commit details
    Browse the repository at this point in the history
  10. chore: add a comment

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    fc58768 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    810fd44 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c579331 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d648b8e View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    f5299d1 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    228ffcb View commit details
    Browse the repository at this point in the history
  16. refactor: some tweaks

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    0df6174 View commit details
    Browse the repository at this point in the history
  17. test: add sad paths

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    50296ed View commit details
    Browse the repository at this point in the history
  18. test: add Rekor tests

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    d97c670 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    b7e5e45 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    63a282d View commit details
    Browse the repository at this point in the history
  21. fix: slice the default value

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    c9c84b9 View commit details
    Browse the repository at this point in the history
  22. fix: import grouping

    knqyf263 committed Sep 15, 2022
    Copy the full SHA
    ca36f16 View commit details
    Browse the repository at this point in the history