Skip to content

Commit 39d0543

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: uodate snake case
1 parent 98e7775 commit 39d0543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ supported_platform_versions: # Platform versions this plugin is compatible with
1111
metadata:
1212
author: "clearcompass Engineering Team"
1313
contact: "[email protected]"
14-
published-date: "2025-04-27" # Must be YYYY-MM-DD format
14+
published_date: "2025-04-27" # Must be YYYY-MM-DD format
1515
license: "Apache-2.0" # Must be a valid SPDX identifier
1616
description: "Kubernetes Integration to opensecurity" # Optional
1717
website: "https://clearcompass.so" # Optional

task-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: "kubernetes-plugin-describer" # Required for standalone task
77
metadata:
88
author: "ClearCompass Engineering Team" # Required
99
contact: "[email protected]" # Required
10-
published-date: "2025-04-26" # Required: Format YYYY-MM-DD
10+
published_date: "2025-04-26" # Required: Format YYYY-MM-DD
1111
license: "Apache-2.0" # Required: Valid SPDX ID
1212
description: "Standalone task describer for Kubernetes resources." # Optional
1313
website: "https://clearcompass.so/" # Optional

0 commit comments

Comments
 (0)