Skip to content

Commit

Permalink
deprecate CPE in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie Gallina-Jones authored and ForestEckhardt committed Aug 8, 2022
1 parent 49787b5 commit 8b897da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postal/buildpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
type Dependency struct {
// CPE is the Common Platform Enumerator for the dependency. Used in legacy
// image label SBOM (GenerateBillOfMaterials).
//
// Deprecated: use CPEs instead.
CPE string `toml:"cpe"`

// CPEs are the Common Platform Enumerators for the dependency. Used in Syft
Expand Down

0 comments on commit 8b897da

Please sign in to comment.