Skip to content

Commit 41cb089

Browse files
authored
chore: ignore G101 in tempfile function (#3349)
1 parent d2f02fa commit 41cb089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/editor/tempfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
func temporaryFileNamePattern(marshalMode MarshalMode) string {
9-
pattern := "scw-updateResourceEditor"
9+
pattern := "scw-updateResourceEditor" // #nosec G101
1010
switch marshalMode {
1111
case MarshalModeYAML:
1212
pattern += "*.yml"

0 commit comments

Comments
 (0)