Skip to content

Commit 8a2a069

Browse files
committed
try to get gosec exception working
1 parent a22c5c8 commit 8a2a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ const (
3535
// Ocm credential config key for secrets.
3636
const (
3737
// OCMCredentialConfigKey defines the secret key to look for in case a user provides an ocm credential config.
38-
OCMCredentialConfigKey = ".ocmcredentialconfig" //nolint:gosec // it isn't a cred
38+
OCMCredentialConfigKey = ".ocmcredentialconfig" // nolint:gosec // it isn't a cred
3939
)

0 commit comments

Comments
 (0)