Skip to content

v1.2.0-beta

Latest

Choose a tag to compare

@Akshat0694 Akshat0694 released this 30 Oct 14:54
  • Accept defaults for creating SG workflow payload.
SGDefaultWfApprovers = ["support@stackguardian.io"]

# Prefix for your repo URL
SGDefaultIACVCSRepoPrefix = "https://www.github.com"

# Provide an integration id like /integrations/aws-dev-account or /secrets/my-git-token
SGDefaultVCSAuthIntegrationID = "/integrations/github_com"

# Integration to use to authenticate against your cloud provider
SGDefaultDeploymentPlatformConfig = [
  {
    "kind" : "AWS_RBAC",
    "config" : {
      "integrationId" : "/integrations/aws-dev-account",
      "profileName" : "default"
    }
  }
]

# Choose from: GITHUB_COM, BITBUCKET_ORG, GITLAB_COM, AZURE_DEVOPS, GIT_OTHER
SGDefaultSourceConfigDestKind = "GITHUB_COM"