You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,22 @@ Launch the extension, select mode as Integrated and do the following steps
35
35
36
36
- Create an [Accurics account](https://app.accurics.com).
37
37
- Login to the Accurics Console and create an Environment by following the steps in Environment creation wizard.
38
-
- Select Environment name and Download the configuration file.
38
+
- Select Environment name and download the configuration file.
39
39
- Place the configuration file in a local folder for the extension.
40
40
- Once the config file has been downloaded, Run the `Accurics Configure` command & select the downloaded file.
41
41
- right-mouse-click on any IAC file within VS Code workspace.
42
42
- Select `Accurics Scan`.
43
+
- Select desired option from the displayed scan commands.
44
+
- Specify appropriate command options in the prompted input field, if no command options are provided then the command runs without any option.
45
+
- Commands `init`, `plan`, and `workspace` take parameters equivalent to [Terraform CLI](https://www.terraform.io/docs/commands/index.html)
46
+
- Commands `tgplan`, `tgplanall`, and `plan-all` take parameters equivalent to [Terragrunt CLI](https://terragrunt.gruntwork.io/docs/reference/cli-options/)
47
+
- Command `plan cf` takes parameters equivalent to [CloudFormation CLI](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/index.html)
48
+
43
49
44
50
The extension will perform the scan and report the results in output window as well as in [Accurics Cloud Console](https://app.accurics.com)
45
51
46
52
Currently, integrated scan is supported only for terraform file.
47
53
48
-
## Uninstall
54
+
## Uninstallation
49
55
50
56
To remove the extension, bring up the Extensions view by clicking on the Extensions icon in the Activity Bar, select Accurics and click on Uninstall.
0 commit comments