Skip to content

Commit

Permalink
try to get gosec exception working
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Feb 19, 2025
1 parent a22c5c8 commit 8a2a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ const (
// Ocm credential config key for secrets.
const (
// OCMCredentialConfigKey defines the secret key to look for in case a user provides an ocm credential config.
OCMCredentialConfigKey = ".ocmcredentialconfig" //nolint:gosec // it isn't a cred
OCMCredentialConfigKey = ".ocmcredentialconfig" // nolint:gosec // it isn't a cred

Check failure

Code scanning / gosec

Potential hardcoded credentials Error

Potential hardcoded credentials
)

0 comments on commit 8a2a069

Please sign in to comment.