From 193230edacf9f8aa8d01a7777a872c7cea9d00a7 Mon Sep 17 00:00:00 2001 From: ada Date: Mon, 20 Apr 2026 18:09:00 -0600 Subject: [PATCH] helm configuration and config values for pipeline --- helm/Chart.yaml | 6 ++++++ helm/values.yaml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 helm/Chart.yaml create mode 100644 helm/values.yaml diff --git a/helm/Chart.yaml b/helm/Chart.yaml new file mode 100644 index 0000000..508ba1f --- /dev/null +++ b/helm/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: agentguard-ci +description: Argo Workflows security pipeline for AI-assisted repositories +type: application +version: 0.1.0 +appVersion: "1.0.0" diff --git a/helm/values.yaml b/helm/values.yaml new file mode 100644 index 0000000..c285807 --- /dev/null +++ b/helm/values.yaml @@ -0,0 +1,49 @@ +pipeline: + enabled: true + name: amp-security-pipeline-v1.0.0 + serviceAccountName: default + workingDir: . + gitRevision: main + failOnCvss: "7.0" + workspace: + storage: 1Gi + repoName: agentguard-ci + toolsImage: + repository: agentguard-tools + tag: latest + pullPolicy: IfNotPresent + +images: + git: alpine/git:2.45.2 + trufflehog: trufflesecurity/trufflehog:latest + semgrep: returntocorp/semgrep:1.85.0 + kics: checkmarx/kics:1.7.14 + socketdev: socketdev/socketcli:latest + syftGrype: anchore/syft:latest + pulumiCrossguard: pulumi/pulumi:3.154.0 + awsCli: amazon/aws-cli:2.15.40 + curl: curlimages/curl:8.8.0 + +storage: + enabled: false + reportsBucket: security-reports + endpoint: "" + +pulumi: + policyPackPath: policy-pack + +defectdojo: + enabled: false + productTypeName: Homelab Security + productName: agentguard-ci + engagementName: Default Pipeline + minimumSeverity: Info + active: true + verified: true + closeOldFindings: false + autoCreateContext: true + +infisical: + enabled: false + workspaceSlug: "" + projectSlug: ""