Skip to content

Commit

Permalink
Updated README.md (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Jan 13, 2023
1 parent 2a2695b commit df79c72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ If you want to kick the tires on ```bomber``` you'll find a selection of test SB
## Notes

- It's pretty rare to see SBOMs with license information. Most of the time, the generators like Syft need a flag like ```--license```. If you need license info, make sure you ask for it with the SBOM.
- Hate to say it, but SPDX is a train wreck. If you don't get any results on an SPDX file, try using a CycloneDX file. In general you should always try to get CycloneDX SBOMs from your vendors.
- OSV. It's great, but the API is also wonky. They have a batch endpoint that would make it a ton quicker to get information back, but it doesn't work. ```bomber``` needs to send one PURL at a time to get vulnerabilities back, so in a big SBOM it will take some time. We'll keep an eye on that.
- OSV. It's great, but the API is also wonky. They have a batch endpoint that would make it a ton quicker to get information back, but at the time of writing it doesn't work as expected. ```bomber``` needs to send one PURL at a time to get vulnerabilities back, so in a big SBOM it will take some time. We'll keep an eye on that.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/devops-kung-fu/common v0.2.5
github.com/gookit/color v1.5.2
github.com/jarcoal/httpmock v1.2.0
github.com/jedib0t/go-pretty/v6 v6.4.3
github.com/jedib0t/go-pretty/v6 v6.4.4
github.com/kirinlabs/HttpRequest v1.1.1
github.com/microcosm-cc/bluemonday v1.0.21
github.com/package-url/packageurl-go v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jarcoal/httpmock v1.2.0 h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bwwc=
github.com/jarcoal/httpmock v1.2.0/go.mod h1:oCoTsnAz4+UoOUIf5lJOWV2QQIW5UoeUI6aM2YnWAZk=
github.com/jedib0t/go-pretty/v6 v6.4.3 h1:2n9BZ0YQiXGESUSR+6FLg0WWWE80u+mIz35f0uHWcIE=
github.com/jedib0t/go-pretty/v6 v6.4.3/go.mod h1:MgmISkTWDSFu0xOqiZ0mKNntMQ2mDgOcwOkwBEkMDJI=
github.com/jedib0t/go-pretty/v6 v6.4.4 h1:N+gz6UngBPF4M288kiMURPHELDMIhF/Em35aYuKrsSc=
github.com/jedib0t/go-pretty/v6 v6.4.4/go.mod h1:MgmISkTWDSFu0xOqiZ0mKNntMQ2mDgOcwOkwBEkMDJI=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/kirinlabs/HttpRequest v1.1.1 h1:eBbFzpRd/Y7vQhRY30frHK3yAJiT1wDlB31Ryzyklc0=
Expand Down
16 changes: 8 additions & 8 deletions sbom/bomber.cyclonedx.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid:3d850598-b664-4f9a-ba3b-b44c34068630",
"serialNumber": "urn:uuid:4527da03-a310-44ff-8956-7800ef74f7b8",
"version": 1,
"metadata": {
"timestamp": "2023-01-05T13:09:47-07:00",
"timestamp": "2023-01-13T08:10:05-07:00",
"tools": [
{
"vendor": "anchore",
Expand Down Expand Up @@ -3066,12 +3066,12 @@
]
},
{
"bom-ref": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.3?package-id=83fdea25112b9f52",
"bom-ref": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.4?package-id=9b5b9873ad7604d7",
"type": "library",
"name": "github.com/jedib0t/go-pretty/v6",
"version": "v6.4.3",
"cpe": "cpe:2.3:a:jedib0t:go-pretty\\/v6:v6.4.3:*:*:*:*:*:*:*",
"purl": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.3",
"version": "v6.4.4",
"cpe": "cpe:2.3:a:jedib0t:go-pretty\\/v6:v6.4.4:*:*:*:*:*:*:*",
"purl": "pkg:golang/github.com/jedib0t/go-pretty/v6@v6.4.4",
"properties": [
{
"name": "syft:package:foundBy",
Expand All @@ -3091,15 +3091,15 @@
},
{
"name": "syft:cpe23",
"value": "cpe:2.3:a:jedib0t:go_pretty\\/v6:v6.4.3:*:*:*:*:*:*:*"
"value": "cpe:2.3:a:jedib0t:go_pretty\\/v6:v6.4.4:*:*:*:*:*:*:*"
},
{
"name": "syft:location:0:path",
"value": "go.mod"
},
{
"name": "syft:metadata:h1Digest",
"value": "h1:2n9BZ0YQiXGESUSR+6FLg0WWWE80u+mIz35f0uHWcIE="
"value": "h1:N+gz6UngBPF4M288kiMURPHELDMIhF/Em35aYuKrsSc="
}
]
},
Expand Down

0 comments on commit df79c72

Please sign in to comment.