-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): add support for scanning Bitnami components (#5062)
* feat(bitnami): add support for scanning Bitnami components Signed-off-by: juan131 <[email protected]> * chore(deps): bump packageurl-go TypeBitnami is not included in v0.1.1 * feat(spdx): handle orphan packages * fix: update Elastic SPDX Signed-off-by: juan131 <[email protected]> * Update pkg/fanal/analyzer/sbom/sbom.go Co-authored-by: DmitriyLewen <[email protected]> * fix: remove useless else Signed-off-by: juan131 <[email protected]> * call AnalysisResult.Sort() Signed-off-by: knqyf263 <[email protected]> * delete app packages Signed-off-by: knqyf263 <[email protected]> * fix: set the component path to packages Signed-off-by: knqyf263 <[email protected]> * docs: add a comment about continue Signed-off-by: knqyf263 <[email protected]> * chore: bump trivy-db Signed-off-by: knqyf263 <[email protected]> * docs: add Bitnami Signed-off-by: knqyf263 <[email protected]> --------- Signed-off-by: juan131 <[email protected]> Signed-off-by: knqyf263 <[email protected]> Co-authored-by: knqyf263 <[email protected]> Co-authored-by: DmitriyLewen <[email protected]>
- Loading branch information
1 parent
9628b1c
commit 7acc5e8
Showing
20 changed files
with
646 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ jobs: | |
elixir | ||
dart | ||
swift | ||
bitnami | ||
os | ||
lang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.