Skip to content

Commit

Permalink
Add Lua Rocksperc package type (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Co-authored-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
LaurentGoderre and wagoodman authored Mar 12, 2024
1 parent 8b9478f commit 055233e
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 @@ -92,6 +92,8 @@ var (
TypePub = "pub"
// TypePyPi is a pkg:pypi purl.
TypePyPi = "pypi"
// TypeLuaRock is a pkg:luarock purl.
TypeLuaRock = "luarock"
// TypeRPM is a pkg:rpm purl.
TypeRPM = "rpm"
// TypeSwift is pkg:swift purl.
Expand Down

0 comments on commit 055233e

Please sign in to comment.