Skip to content

Commit

Permalink
Merge pull request #23 from buildkite-plugins/release_v1.4.0
Browse files Browse the repository at this point in the history
v1.4.0: Update plugin example versions
  • Loading branch information
tomowatt authored Jun 19, 2024
2 parents 5d294df + 363ce80 commit 25d3308
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'docker'
image-address: "<image-address-to-pull-and-scan>"
```
Expand All @@ -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'
```

Expand All @@ -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"
```
Expand All @@ -62,7 +62,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'iac'
iac-type: 'Cloudformation'
path: 'cf-template.yaml'
Expand All @@ -82,7 +82,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'main.tf'
Expand All @@ -99,7 +99,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'my-terraform-dir'
Expand All @@ -116,7 +116,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'plan.tfplanjson'
Expand All @@ -133,7 +133,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'dir'
path: 'main.tf'
```
Expand All @@ -148,7 +148,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.3.3:
- wiz#v1.4.0:
scan-type: 'dir'
path: 'my-dir'
```
Expand Down

0 comments on commit 25d3308

Please sign in to comment.