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

Add SPDX JSON format object #584

Merged
merged 10 commits into from
Oct 29, 2021
Merged

Add SPDX JSON format object #584

merged 10 commits into from
Oct 29, 2021

Commits on Oct 29, 2021

  1. remove existing spdxjson presenter + helpers

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    713197e View commit details
    Browse the repository at this point in the history
  2. add new spdx22json format

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d3eb1e9 View commit details
    Browse the repository at this point in the history
  3. add common sdpxhelpers (migrated)

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9225631 View commit details
    Browse the repository at this point in the history
  4. use new common spdx helpers

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8544fb6 View commit details
    Browse the repository at this point in the history
  5. wire up new spdx22json format object

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7643c5f View commit details
    Browse the repository at this point in the history
  6. remove lossless syft-specific property bags

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    abeb21f View commit details
    Browse the repository at this point in the history
  7. remove spdxjson decoder and validator

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f35f82e View commit details
    Browse the repository at this point in the history
  8. add nil checks in spdx test helpers

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2433d60 View commit details
    Browse the repository at this point in the history
  9. remove empty default case

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    90768d3 View commit details
    Browse the repository at this point in the history
  10. use explicit golden snapshot

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a5223b3 View commit details
    Browse the repository at this point in the history