Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ After completing the export , edit the `sg-payload.json` file to provide tune ea
### Use the example_payload.jsonc file as a reference and edit the schema of the `sg-payload.json`
- `DeploymentPlatformConfig` - THis is used to authenticate against a cloud provider using a StackGuardian Integration. Create the relevant integration in StackGuardian platform and update `DeploymentPlatformConfig.kind` from the following "AZURE_STATIC", "AWS_STATIC","GCP_STATIC", "AWS_RBAC". Update `DeploymentPlatformConfig.config.integrationId` with "/integrations/INTEGRATION_NAME" and `DeploymentPlatformConfig.config.profileName` with the name of the integration used upon creation.
```
DeploymentPlatformConfig: {
DeploymentPlatformConfig: [
"kind": "AWS_RBAC",
"config": {
"integrationId": "/integrations/aws-rbac",
"profileName": "default"
}
}
]
```
- `VCSConfig` - Provide full path to the `repo` like as well the relevant `sourceConfigDestKind` from the following "GITHUB_COM", "BITBUCKET_ORG", "GITLAB_COM", "AZURE_DEVOPS"
- `config.auth`
Expand Down
Empty file removed miscl/sg.jsonc
Empty file.
64 changes: 0 additions & 64 deletions miscl/sg_payload.json

This file was deleted.

66 changes: 0 additions & 66 deletions miscl/sg_payload.jsonc

This file was deleted.

14 changes: 0 additions & 14 deletions transformer/tfc/terraform.tfvars

This file was deleted.