-
Notifications
You must be signed in to change notification settings - Fork 577
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
Replace core SBOM-creation API with builder pattern #1383
Commits on Dec 15, 2023
-
remove existing cataloging API
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be31e1e - Browse repository at this point
Copy the full SHA be31e1eView commit details -
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e224b5 - Browse repository at this point
Copy the full SHA 4e224b5View commit details -
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4172a41 - Browse repository at this point
Copy the full SHA 4172a41View commit details -
add configs for cross-cutting concerns
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afc5783 - Browse repository at this point
Copy the full SHA afc5783View commit details -
rename CLI option configs to not require import aliases later
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f511367 - Browse repository at this point
Copy the full SHA f511367View commit details -
update all nested structs for the Catalog struct
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f36de9d - Browse repository at this point
Copy the full SHA f36de9dView commit details -
- add new cataloger selection options (selection and default) - remove the excludeBinaryOverlapByOwnership - deprecate "catalogers" flag - add new javascript configuration Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 768e232 - Browse repository at this point
Copy the full SHA 768e232View commit details -
migrate relationship capabilities to separate internal package
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 143b0f6 - Browse repository at this point
Copy the full SHA 143b0f6View commit details -
refactor golang cataloger to use configuration options when creating …
…packages Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5c582f - Browse repository at this point
Copy the full SHA e5c582fView commit details -
create internal object to facilitate reading from and writing to an SBOM
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62b19c2 - Browse repository at this point
Copy the full SHA 62b19c2View commit details -
create a command-like object (task) to facilitate partial SBOM creation
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 839b017 - Browse repository at this point
Copy the full SHA 839b017View commit details -
add cataloger selection capability
- be able to parse string expressions into a set of resolved actions against sets - be able to use expressions to select/add/remove tasks to/from the final set of tasks to run Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44d8543 - Browse repository at this point
Copy the full SHA 44d8543View commit details -
add package, file, and environment related tasks
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87f3eac - Browse repository at this point
Copy the full SHA 87f3eacView commit details -
update existing file catalogers to use nested UI elements
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4848648 - Browse repository at this point
Copy the full SHA 4848648View commit details -
add CreateSBOMConfig that drives the SBOM creation process
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed13db - Browse repository at this point
Copy the full SHA 0ed13dbView commit details -
capture SBOM creation info as a struct
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b811336 - Browse repository at this point
Copy the full SHA b811336View commit details -
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5fe920 - Browse repository at this point
Copy the full SHA a5fe920View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a3961 - Browse repository at this point
Copy the full SHA a3a3961View commit details -
update docs with SBOM selection help + breaking changes
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 473605c - Browse repository at this point
Copy the full SHA 473605cView commit details
Commits on Dec 16, 2023
-
fix multiple override default inputs
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63c23e2 - Browse repository at this point
Copy the full SHA 63c23e2View commit details -
fix deprecation flag printing to stdout
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2550e62 - Browse repository at this point
Copy the full SHA 2550e62View commit details
Commits on Jan 3, 2024
-
refactor cataloger selection description to separate object
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098fbd7 - Browse repository at this point
Copy the full SHA 098fbd7View commit details -
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 208333c - Browse repository at this point
Copy the full SHA 208333cView commit details -
keep expression errors and show specific suggestions only
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e561879 - Browse repository at this point
Copy the full SHA e561879View commit details
Commits on Jan 10, 2024
-
address additional review feedback
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f38495 - Browse repository at this point
Copy the full SHA 3f38495View commit details -
Merge remote-tracking branch 'origin/main' into refactor-cataloging-api
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbfcf26 - Browse repository at this point
Copy the full SHA dbfcf26View commit details
Commits on Jan 11, 2024
-
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81fa9b2 - Browse repository at this point
Copy the full SHA 81fa9b2View commit details -
addressed additional PR review feedback
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fcbbef - Browse repository at this point
Copy the full SHA 9fcbbefView commit details -
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81d621b - Browse repository at this point
Copy the full SHA 81d621bView commit details -
remove guess language data generation option
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af42ef5 - Browse repository at this point
Copy the full SHA af42ef5View commit details
Commits on Jan 12, 2024
-
add tests for coordinatesForSelection
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 498870d - Browse repository at this point
Copy the full SHA 498870dView commit details -
rename relationship attributes
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5628045 - Browse repository at this point
Copy the full SHA 5628045View commit details -
add descriptions to relationships config fields
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8626b1 - Browse repository at this point
Copy the full SHA f8626b1View commit details -
improve documentation around configuration options
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4fb2e1 - Browse repository at this point
Copy the full SHA f4fb2e1View commit details -
add explicit errors around legacy config entries
Signed-off-by: Alex Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55b4c1d - Browse repository at this point
Copy the full SHA 55b4c1dView commit details