Skip to content

Commit 247b055

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add steampipe_plugin_name
1 parent 4a42908 commit 247b055

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tasks/container_sbom_vulnerabilities.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Check if all container artifacts are free of vulnerabilities using
44
is_enabled: true
55
image_url: "ghcr.io/opengovern/og-task-sbom-vulnerability:v0.0.34"
66
artifacts_url: "https://github.com/opengovern/og-task-sbom-vulnerability/releases/download/v0.0.34/sbomvulnerability-plugin.zip"
7+
steampipe_plugin_name: "steampipe-plugin-sbomvulnerability"
78
command: "/og-task-sbom-vulnerability"
89
timeout: "120m"
910
scale_config:

tasks/container_syft_check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Check if all container artifacts are free of vulnerabilities using
44
is_enabled: true
55
image_url: "ghcr.io/opengovern/og-task-syft:v0.10.26"
66
artifacts_url: "https://github.com/opengovern/og-task-syft/releases/download/v0.10.26/syft-plugin.zip"
7+
steampipe_plugin_name: "steampipe-plugin-syft"
78
command: "/og-task-syft"
89
timeout: "120m"
910
scale_config:

tasks/nve_lookup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Get CVE Details with NVE Lookup"
44
is_enabled: true
55
image_url: "ghcr.io/opengovern/og-task-nve-lookup:v0.0.12"
66
artifacts_url: "https://github.com/opengovern/og-task-nve-lookup/releases/download/v0.0.12/nvelookup-plugin.zip"
7+
steampipe_plugin_name: "steampipe-plugin-nvelookup"
78
command: "/og-task-nve-lookup"
89
timeout: "120m"
910
scale_config:

0 commit comments

Comments
 (0)