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 79329f5 commit a624938Copy full SHA for a624938
.secrets.baseline
@@ -3,7 +3,7 @@
3
"files": "go.sum|^.secrets.baseline$",
4
"lines": null
5
},
6
- "generated_at": "2024-06-04T05:32:12Z",
+ "generated_at": "2024-06-05T06:49:06Z",
7
"plugins_used": [
8
{
9
"name": "AWSKeyDetector"
controllers/logParser.go
@@ -53,7 +53,7 @@ func parseLogs(nodePodLogs string) map[string]string {
53
if len(matches) == 2 {
54
mapContent := matches[1]
55
56
- getVolumeID := regexp.MustCompile(`VolumeId:\S+`).FindStringSubmatch(mapContent) //nolint:gosimple
+ getVolumeID := regexp.MustCompile(`VolumeId:\S+`).FindStringSubmatch(mapContent)
57
if len(getVolumeID) != 0 {
58
volumeID := strings.Split(getVolumeID[0], ":")[1]
59
0 commit comments