-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update Syft to v0.77.0 (#409)
- Loading branch information
1 parent
8e2e937
commit 50dec67
Showing
5 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = "v0.76.0"; | ||
export const VERSION = "v0.77.0"; |
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 |
---|---|---|
|
@@ -736,6 +736,7 @@ exports[`CycloneDX JSON debian 1`] = ` | |
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)", | ||
"name": "npm", | ||
"description": "a package manager for JavaScript", | ||
"licenses": [ | ||
{ | ||
"license": { | ||
|
@@ -1957,6 +1958,7 @@ exports[`CycloneDX XML debian 1`] = ` | |
<author>Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)</author> | ||
<name>npm</name> | ||
<description>a package manager for JavaScript</description> | ||
<licenses> | ||
<license> | ||
<id>Artistic-2.0</id> | ||
|
@@ -2394,7 +2396,7 @@ exports[`SPDX JSON alpine 1`] = ` | |
{ | ||
"referenceCategory": "PACKAGE-MANAGER", | ||
"referenceType": "purl", | ||
"referenceLocator": "pkg:apk/alpine/[email protected]?arch=x86_64&distro=alpine-3.12.0" | ||
"referenceLocator": "pkg:apk/alpine/[email protected]?arch=x86_64\\u0026distro=alpine-3.12.0" | ||
} | ||
] | ||
} | ||
|
@@ -2613,7 +2615,7 @@ exports[`SPDX JSON debian 1`] = ` | |
{ | ||
"referenceCategory": "PACKAGE-MANAGER", | ||
"referenceType": "purl", | ||
"referenceLocator": "pkg:deb/debian/[email protected]?arch=amd64&upstream=apt-dev&distro=debian-8" | ||
"referenceLocator": "pkg:deb/debian/[email protected]?arch=amd64\\u0026upstream=apt-dev\\u0026distro=debian-8" | ||
} | ||
] | ||
}, | ||
|
@@ -2937,6 +2939,7 @@ exports[`SPDX JSON debian 1`] = ` | |
"licenseConcluded": "Artistic-2.0", | ||
"licenseDeclared": "Artistic-2.0", | ||
"copyrightText": "NOASSERTION", | ||
"description": "a package manager for JavaScript", | ||
"externalRefs": [ | ||
{ | ||
"referenceCategory": "SECURITY", | ||
|
@@ -3905,6 +3908,7 @@ PackageSourceInfo: acquired package info from installed node module manifest fil | |
PackageLicenseConcluded: Artistic-2.0 | ||
PackageLicenseDeclared: Artistic-2.0 | ||
PackageCopyrightText: NOASSERTION | ||
PackageDescription: a package manager for JavaScript | ||
ExternalRef: SECURITY cpe23Type cpe:2.3:a:npm:npm:6.14.6:*:*:*:*:*:*:* | ||
ExternalRef: PACKAGE-MANAGER purl pkg:npm/[email protected] | ||
|