Skip to content

Commit ec3ebfb

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add type to tasks manifest files
1 parent 68831d6 commit ec3ebfb

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

plugins/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api-version: v1
22
type: plugin
33
plugin:
44
name: "kubernetes"
5-
version: "0.6.37"
5+
version: "0.6.43"
66
supported-platform-versions:
77
- ">=2.0.0, <3.0.0"
88
metadata:

tasks/container_sbom_vulnerabilities.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
type: task
12
id: "sbom-vulnerability-check"
23
name: "Sbom Vulnerability Check"
34
description: "Check if all container artifacts are free of vulnerabilities using SYFT"

tasks/container_syft_check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
type: task
12
id: "container-syft"
23
name: "Container SYFT"
34
description: "Check if all container artifacts are free of vulnerabilities using SYFT"

tasks/kubernetes_describer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
type: task
12
id: "kubernetes-plugin-describer"
23
name: "Kubernetes Plugin Describer"
34
description: "Kubernetes Plugin Describer"

tasks/nve_lookup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
type: task
12
id: "nve-lookup"
23
name: "NVE Lookup"
34
description: "Get CVE Details with NVE Lookup"

0 commit comments

Comments
 (0)