Skip to content

Commit 3c365a0

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: change tasks structure
1 parent 69f931a commit 3c365a0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

tasks/container_grype_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: "Check if all container artifacts are free of vulnerabilities"
44
is_enabled: false
55
image_url: "ghcr.io/opengovern/og-task-container-vulnerability:local-v0.0.71"
66
command: "/og-task-container-vulnerability"
7+
timeout: "120m"
78
scale_config:
89
lag_threshold: "1"
910
min_replica: 0
1011
max_replica: 5
1112
run_schedule:
1213
- params: {}
13-
frequency: "2d"
14-
timeout: 120
14+
frequency: "2d"

tasks/container_sbom_vulnerabilities.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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.28"
66
command: "/og-task-sbom-vulnerability"
7+
timeout: "120m"
78
scale_config:
89
lag_threshold: "1"
910
min_replica: 0
1011
max_replica: 5
1112
run_schedule:
1213
- params:
1314
"query_id": "list_all_unique_packages"
14-
frequency: "1m"
15-
timeout: 120
15+
frequency: "30d"

tasks/container_syft_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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.25"
66
command: "/og-task-syft"
7+
timeout: "120m"
78
scale_config:
89
lag_threshold: "1"
910
min_replica: 0
1011
max_replica: 5
1112
run_schedule:
1213
- params:
1314
"query_to_execute": "SELECT id, name, digest, platform_integration_id FROM github_container_package;"
14-
frequency: "1d"
15-
timeout: "120m"
15+
frequency: "1d"

tasks/nve_lookup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: "Get CVE Details with NVE Lookup"
44
is_enabled: true
55
image_url: "ghcr.io/opengovern/og-task-nve-lookup:v0.0.9"
66
command: "/og-task-nve-lookup"
7+
timeout: "120m"
78
scale_config:
89
lag_threshold: "1"
910
min_replica: 0
1011
max_replica: 5
1112
run_schedule:
1213
- params:
1314
"query_to_execute": "SELECT id, name, digest, platform_integration_id FROM github_container_package;"
14-
frequency: "1d"
15-
timeout: 120
15+
frequency: "1d"

0 commit comments

Comments
 (0)