Skip to content

Commit

Permalink
fix: add missing checksum for jammy stack
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Oct 30, 2024
1 parent b7e1018 commit fd792f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependency/retrieval/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func createDependencyMetadata(release NodeRelease, releaseSchedule ReleaseSchedu
CPE: fmt.Sprintf("cpe:2.3:a:nodejs:node.js:%s:*:*:*:*:*:*:*", strings.TrimPrefix(version, "v")),
PURL: retrieve.GeneratePURL("node", version, checksum, url),
URI: url,
Checksum: fmt.Sprintf("sha256:%s", checksum),
Licenses: retrieve.LookupLicenses(url, upstream.DefaultDecompress),
DeprecationDate: deprecationDate,
Stacks: []string{"io.buildpacks.stacks.jammy"},
Expand Down

0 comments on commit fd792f0

Please sign in to comment.