Skip to content

Commit d9e18b2

Browse files
committed
fix: add syft container check
1 parent c161591 commit d9e18b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ID: "container-syft-check"
2+
Name: "Container SYFT Check"
3+
Description: "Check if all container artifacts are free of vulnerabilities using SYFT"
4+
ImageURL: "ghcr.io/opengovern/og-task-syft:local-latest"
5+
Command: "/og-task-syft"
6+
ResultType: "artifact_sbom"
7+
WorkloadType: "deployment"
8+
EnvVars: {}
9+
Interval: 0 # Minutes
10+
Timeout: 120 # Minutes
11+
ScaleConfig:
12+
LagThreshold: "1"
13+
MinReplica: 0
14+
MaxReplica: 5

0 commit comments

Comments
 (0)