Skip to content

Commit 71c8f27

Browse files
committed
1. Add the inspections build tag to Makefile, accidentally removed while rebasing
2. Update copyright to 2024 Signed-off-by: Ramya Bangera <bangerar@vmware.com>
1 parent d12a06c commit 71c8f27

28 files changed

+52
-52
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ifeq ($(TEST_FLAGS),)
2222
endif
2323

2424
ifeq ($(BUILD_TAGS),)
25-
BUILD_TAGS := 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret integration mutationpolicy helmfeature helmrelease backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner'
25+
BUILD_TAGS := 'akscluster cluster clustergroup credential ekscluster gitrepository iampolicy kustomization namespace custompolicy imagepolicy networkpolicy quotapolicy securitypolicy sourcesecret workspace tanzupackage tanzupackages packagerepository packageinstall clustersecret integration mutationpolicy helmfeature helmrelease backupschedule targetlocation dataprotection tanzukubernetescluster clusterclass managementcluster provisioner inspections'
2626
endif
2727

2828
.PHONY: build clean-up test gofmt vet lint acc-test website-lint website-lint-fix

internal/client/inspections/inspections_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/cis_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/cis_spec_targets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/conformance_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/e2e_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/fullname.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/inspection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/lite_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

internal/models/inspections/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 VMware, Inc. All Rights Reserved.
2+
Copyright © 2024 VMware, Inc. All Rights Reserved.
33
SPDX-License-Identifier: MPL-2.0
44
*/
55

0 commit comments

Comments
 (0)