We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a920dc commit efd812cCopy full SHA for efd812c
pkg/utils/utils.go
@@ -14,7 +14,7 @@ import (
14
15
var cacheDir string
16
17
-// DefaultCacheDir returns/creates the cache-dir to be used for trivu operations
+// DefaultCacheDir returns/creates the cache-dir to be used for trivy operations
18
func DefaultCacheDir() string {
19
tmpDir, err := os.UserCacheDir()
20
if err != nil {
0 commit comments