Skip to content

Commit e1d86cf

Browse files
committed
Refactor
1 parent 9b698d2 commit e1d86cf

File tree

5 files changed

+2
-146
lines changed

5 files changed

+2
-146
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ After completing the export , edit the `sg-payload.json` file to provide tune ea
4040
### Use the example_payload.jsonc file as a reference and edit the schema of the `sg-payload.json`
4141
- `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.
4242
```
43-
DeploymentPlatformConfig: {
43+
DeploymentPlatformConfig: [
4444
"kind": "AWS_RBAC",
4545
"config": {
4646
"integrationId": "/integrations/aws-rbac",
4747
"profileName": "default"
4848
}
49-
}
49+
]
5050
```
5151
- `VCSConfig` - Provide full path to the `repo` like as well the relevant `sourceConfigDestKind` from the following "GITHUB_COM", "BITBUCKET_ORG", "GITLAB_COM", "AZURE_DEVOPS"
5252
- `config.auth`

miscl/sg.jsonc

Whitespace-only changes.

miscl/sg_payload.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

miscl/sg_payload.jsonc

Lines changed: 0 additions & 66 deletions
This file was deleted.

transformer/tfc/terraform.tfvars

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)