mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 01:13:18 +01:00
Signed-off-by: Keith Zantow <kzantow@gmail.com> Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> Co-authored-by: Alex Goodman <wagoodman@users.noreply.github.com>
6 lines
60 B
Go
6 lines
60 B
Go
package internal
|
|
|
|
const (
|
|
NotProvided = "[not provided]"
|
|
)
|