Releases: StackGuardian/stackguardian-migrator
Releases · StackGuardian/stackguardian-migrator
v1.2.0-beta
- Accept defaults for creating SG workflow payload.
SGDefaultWfApprovers = ["[email protected]"]
# 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"
v1.1.3-beta
v1.1.2-beta
v1.1.1-beta
v1.1.0-beta
What's Changed
- Update example_payload.jsonc by @joscheuerer in #6
- Refactor by @rixhieloomis in #7
Full Changelog: v1.0.0-beta...v1.1.0-beta
v1.0.0-beta
What's Changed
- Terraform Cloud Exporter by @rixhieloomis in #1
- Export Terraform state files by @rixhieloomis in #2
- Bulk upload workflows by @Akshat0694 in #3
- Create terraform.tfvars from variables by @joscheuerer in #4
Full Changelog: https://github.com/StackGuardian/stackguardian-migrator/commits/v1.0.0-beta