-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Revert "Added inline SBOM for binaries downloaded outside package manager #1164
Revert "Added inline SBOM for binaries downloaded outside package manager #1164
Conversation
2b1285a
to
7c15c74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to remove the templating too?
Has that change been merged infor syft, released, scout updated, scout released, and the build updated to use the new version of scout SBOM indexer?
@whalelines I tested with version 1.2.2 of the scanner. |
That response does not seem to address all the questions.
You response may address 2–5 if the "scanner" you refer to is scout-sbom-indexer. 1 and 6 still need clarification. |
(sorry, I also made a merge conflict by bringing in #1162 🙈) |
{
"SPDXID": "SPDXRef-Package-d8ec3db3016d597f6b5ae1762b17941a",
"downloadLocation": "",
"externalRefs": [
{
"referenceCategory": "PACKAGE-MANAGER",
"referenceLocator": "pkg:generic/[email protected]?os_name=alpine\u0026os_version=3.18",
"referenceType": "purl"
}
],
"filesAnalyzed": false,
"licenseConcluded": "NOASSERTION",
"licenseDeclared": "PostgreSQL",
"name": "postgres",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "16.1"
},
{
"SPDXID": "SPDXRef-Package-d8e661289d7235557bdd9d4aa2446929",
"downloadLocation": "",
"externalRefs": [
{
"referenceCategory": "PACKAGE-MANAGER",
"referenceLocator": "pkg:generic/[email protected]",
"referenceType": "purl"
}
],
"filesAnalyzed": false,
"licenseConcluded": "NOASSERTION",
"name": "postgresql",
"originator": "NOASSERTION",
"supplier": "NOASSERTION",
"versionInfo": "16.1"
} |
…ager" This reverts commit 6f4ae83.
7c15c74
to
1d4651c
Compare
@tianon merge conflicts happens :) |
Changes: - docker-library/postgres@def0855: Merge pull request docker-library/postgres#1164 from LaurentGoderre/remove-inline-sbom - docker-library/postgres@1d4651c: Revert "Added inline SBOM for binaries downloaded outside package manager" - docker-library/postgres@d8c3360: Merge pull request docker-library/postgres#1162 from infosiftr/eol-11 - docker-library/postgres@3e5f87d: Remove PostgreSQL 11 since it is end of life
This reverts commit 6f4ae83.
This is now supported by the Syft Scanner