Skip to content

Commit 4d59333

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: update tasks
1 parent e9d2d2a commit 4d59333

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tasks/container_sbom_vulnerabilities.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ id: "sbom-vulnerability-check"
22
name: "Sbom Vulnerability Check"
33
description: "Check if all container artifacts are free of vulnerabilities using SYFT"
44
is_enabled: true
5-
image_url: "ghcr.io/opengovern/og-task-sbom-vulnerability:v0.0.36"
6-
artifacts_url: "https://github.com/opengovern/og-task-sbom-vulnerability/releases/download/v0.0.36/sbomvulnerability-plugin.zip"
5+
image_url: "ghcr.io/opengovern/og-task-sbom-vulnerability:v0.0.37"
6+
artifacts_url: "https://github.com/opengovern/og-task-sbom-vulnerability/releases/download/v0.0.37/sbomvulnerability-plugin.zip"
77
steampipe_plugin_name: "steampipe-plugin-sbomvulnerability"
88
command: "/og-task-sbom-vulnerability"
99
timeout: "120m"
@@ -16,4 +16,4 @@ configs: []
1616
run_schedule:
1717
- params:
1818
"query_id": "all_unique_packages"
19-
frequency: "30d"
19+
frequency: "30d"

tasks/container_syft_check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ id: "container-syft"
22
name: "Container SYFT"
33
description: "Check if all container artifacts are free of vulnerabilities using SYFT"
44
is_enabled: true
5-
image_url: "ghcr.io/opengovern/og-task-syft:v0.10.29"
6-
artifacts_url: "https://github.com/opengovern/og-task-syft/releases/download/v0.10.29/syft-plugin.zip"
5+
image_url: "ghcr.io/opengovern/og-task-syft:v0.10.30"
6+
artifacts_url: "https://github.com/opengovern/og-task-syft/releases/download/v0.10.30/syft-plugin.zip"
77
steampipe_plugin_name: "steampipe-plugin-syft"
88
command: "/og-task-syft"
99
timeout: "120m"
@@ -16,4 +16,4 @@ configs: ["github_username", "github_token"]
1616
run_schedule:
1717
- params:
1818
"query_to_execute": "SELECT id, name, digest, platform_integration_id FROM github_container_package;"
19-
frequency: "1d"
19+
frequency: "1d"

tasks/nve_lookup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ id: "nve-lookup"
22
name: "NVE Lookup"
33
description: "Get CVE Details with NVE Lookup"
44
is_enabled: true
5-
image_url: "ghcr.io/opengovern/og-task-nve-lookup:v0.0.14"
6-
artifacts_url: "https://github.com/opengovern/og-task-nve-lookup/releases/download/v0.0.14/nvelookup-plugin.zip"
5+
image_url: "ghcr.io/opengovern/og-task-nve-lookup:v0.0.15"
6+
artifacts_url: "https://github.com/opengovern/og-task-nve-lookup/releases/download/v0.0.15/nvelookup-plugin.zip"
77
steampipe_plugin_name: "steampipe-plugin-nvelookup"
88
command: "/og-task-nve-lookup"
99
timeout: "120m"
@@ -16,4 +16,4 @@ configs: ["nve_api_key"]
1616
run_schedule:
1717
- params:
1818
"query_to_execute": "SELECT * FROM vulnerability_details;"
19-
frequency: "1d"
19+
frequency: "1d"

0 commit comments

Comments
 (0)