Skip to content

Commit 4a42908

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: update tasks artifacts_urls
1 parent 3c365a0 commit 4a42908

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

tasks/container_grype_check.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

tasks/container_sbom_vulnerabilities.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.28"
5+
image_url: "ghcr.io/opengovern/og-task-sbom-vulnerability:v0.0.34"
6+
artifacts_url: "https://github.com/opengovern/og-task-sbom-vulnerability/releases/download/v0.0.34/sbomvulnerability-plugin.zip"
67
command: "/og-task-sbom-vulnerability"
78
timeout: "120m"
89
scale_config:

tasks/container_syft_check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.25"
5+
image_url: "ghcr.io/opengovern/og-task-syft:v0.10.26"
6+
artifacts_url: "https://github.com/opengovern/og-task-syft/releases/download/v0.10.26/syft-plugin.zip"
67
command: "/og-task-syft"
78
timeout: "120m"
89
scale_config:

tasks/nve_lookup.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.9"
5+
image_url: "ghcr.io/opengovern/og-task-nve-lookup:v0.0.12"
6+
artifacts_url: "https://github.com/opengovern/og-task-nve-lookup/releases/download/v0.0.12/nvelookup-plugin.zip"
67
command: "/og-task-nve-lookup"
78
timeout: "120m"
89
scale_config:
@@ -11,5 +12,5 @@ scale_config:
1112
max_replica: 5
1213
run_schedule:
1314
- params:
14-
"query_to_execute": "SELECT id, name, digest, platform_integration_id FROM github_container_package;"
15+
"query_to_execute": "SELECT * FROM vulnerability_details;"
1516
frequency: "1d"

0 commit comments

Comments
 (0)