Skip to content

Commit a8d6e64

Browse files
committed
Clarify comment
1 parent bcd6f0b commit a8d6e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/extractor/configurebaseline/configurebaseline.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ func GetConfigBaselineAsJSON(rootDir string) ([]byte, error) {
3333
} else {
3434
filepath.WalkDir(rootDir, func(dirPath string, d fs.DirEntry, err error) error {
3535
if err != nil {
36-
// Mask any unreadable paths.
36+
// Ignore any unreadable paths -- if this script can't see it, very likely
37+
// it will not be extracted either.
3738
return nil
3839
}
3940
if isGolangVendorDirectory(dirPath) {

0 commit comments

Comments
 (0)