Skip to content

Commit 3aa6025

Browse files
1. change version to 1.0.2
2. readme changes for new integrated mode commands
1 parent 07aad23 commit 3aa6025

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,22 @@ Launch the extension, select mode as Integrated and do the following steps
3535

3636
- Create an [Accurics account](https://app.accurics.com).
3737
- 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.
3939
- Place the configuration file in a local folder for the extension.
4040
- Once the config file has been downloaded, Run the `Accurics Configure` command & select the downloaded file.
4141
- right-mouse-click on any IAC file within VS Code workspace.
4242
- 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+
4349

4450
The extension will perform the scan and report the results in output window as well as in [Accurics Cloud Console](https://app.accurics.com)
4551

4652
Currently, integrated scan is supported only for terraform file.
4753

48-
## Uninstall
54+
## Uninstallation
4955

5056
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.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "accurics-iac",
33
"displayName": "Accurics",
44
"description": "Detects and mitigates risks in Infrastructure as Code and reduces your attack surface before infrastructure is provisioned.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"icon": "resources/accurics.png",
77
"publisher": "AccuricsInc",
88
"engines": {

0 commit comments

Comments
 (0)