File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
v1/scaffolds/internal/templates/config/crd
v2/scaffolds/internal/templates/config/crd
golang/v2/scaffolds/internal/templates/config/crd Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ func (f *Kustomization) SetTemplateDefaults() error {
50
50
return nil
51
51
}
52
52
53
+ //nolint:gosec to ignore false complain G101: Potential hardcoded credentials (gosec)
53
54
const (
54
55
resourceMarker = "crdkustomizeresource"
55
56
webhookPatchMarker = "crdkustomizewebhookpatch"
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ func (f *Kustomization) SetTemplateDefaults() error {
51
51
return nil
52
52
}
53
53
54
+ //nolint:gosec to ignore false complain G101: Potential hardcoded credentials (gosec)
54
55
const (
55
56
resourceMarker = "crdkustomizeresource"
56
57
webhookPatchMarker = "crdkustomizewebhookpatch"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ func (f *Kustomization) SetTemplateDefaults() error {
50
50
return nil
51
51
}
52
52
53
+ //nolint:gosec to ignore false complain G101: Potential hardcoded credentials (gosec)
53
54
const (
54
55
resourceMarker = "crdkustomizeresource"
55
56
webhookPatchMarker = "crdkustomizewebhookpatch"
You can’t perform that action at this time.
0 commit comments