diff --git a/README.md b/README.md index 8b48995..8b92668 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'docker' image-address: "" ``` @@ -28,7 +28,7 @@ If you are using the [AWS Assume Role Plugin](https://github.com/cultureamp/aws- ```yml plugins: - franklin-ross/aws-restore-role#HEAD - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'docker' ``` @@ -46,7 +46,7 @@ steps: # to get the output of CDK diff, mount the volume in cdk diff stage - volumes: - './infrastructure/cdk.out:/app/infrastructure/cdk.out' - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'iac' path: "infrastructure/cdk.out" ``` @@ -62,7 +62,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'iac' iac-type: 'Cloudformation' path: 'cf-template.yaml' @@ -82,7 +82,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'iac' iac-type: 'Terraform' path: 'main.tf' @@ -99,7 +99,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'iac' iac-type: 'Terraform' path: 'my-terraform-dir' @@ -116,7 +116,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'iac' iac-type: 'Terraform' path: 'plan.tfplanjson' @@ -133,7 +133,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'dir' path: 'main.tf' ``` @@ -148,7 +148,7 @@ steps: env: - WIZ_API_ID: "" plugins: - - wiz#v1.3.3: + - wiz#v1.4.0: scan-type: 'dir' path: 'my-dir' ```