Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultGHCRRepository is GitHub Container Registry for vuls2 db DefaultGHCRRepository = fmt.Sprintf("%s:%d", "ghcr.io/vulsio/vuls-nightly-db", db.SchemaVersion) // DefaultPath is the path for vuls2 db file DefaultPath = func() string { wd, _ := os.Getwd() return filepath.Join(wd, "vuls.db") }() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.