Skip to content

Commit

Permalink
feat: Add Bitnami type (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <[email protected]>
  • Loading branch information
juan131 authored Oct 17, 2024
1 parent 848e011 commit 49578c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packageurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ var (
TypeAlpine = "apk"
// TypeBitbucket is a pkg:bitbucket purl.
TypeBitbucket = "bitbucket"
// TypeBitnami is a pkg:bitnami purl.
TypeBitnami = "bitnami"
// TypeCocoapods is a pkg:cocoapods purl.
TypeCocoapods = "cocoapods"
// TypeCargo is a pkg:cargo purl.
Expand Down

0 comments on commit 49578c5

Please sign in to comment.