NOISSUE - Make data paths optional (#466)
CI / ci (push) Has been cancelled

This commit is contained in:
Jovan Djukic
2025-06-25 14:48:55 +02:00
committed by GitHub
parent 64bf7a56ac
commit 31c7833c3d
+1 -4
View File
@@ -141,10 +141,7 @@ func main() {
attestedTLS = attestedTLSBoolValue
}
if dataPathString == "" {
parsingErrorString.WriteString("Date source paths are required\n")
parsingError = true
} else {
if dataPathString != "" {
dataPaths = strings.Split(dataPathString, ",")
}