We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c161591 commit d9e18b2Copy full SHA for d9e18b2
assets/tasks/container_syft_check.yaml
@@ -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