Skip to content

Commit

Permalink
Merge pull request #14 from buildkite-plugins/update-readme-version
Browse files Browse the repository at this point in the history
docs: Update plugin example versions
  • Loading branch information
tomowatt authored May 17, 2024
2 parents 3bb62cc + 276a7fd commit dc33fd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.2.0:
- wiz#v1.3.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.2.0:
- wiz#v1.3.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.2.0:
- wiz#v1.3.0:
scan-type: 'iac'
path: "infrastructure/cdk.out"
```
Expand All @@ -61,7 +61,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.2.0:
- wiz#v1.3.0:
scan-type: 'iac'
iac-type: 'Cloudformation'
path: 'cf-template.yaml'
Expand All @@ -80,7 +80,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.2.0:
- wiz#v1.3.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'main.tf'
Expand All @@ -96,7 +96,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.2.0:
- wiz#v1.3.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'my-terraform-dir'
Expand All @@ -113,7 +113,7 @@ steps:
env:
- WIZ_API_ID: "<your-id-goes-here>"
plugins:
- wiz#v1.2.0:
- wiz#v1.3.0:
scan-type: 'iac'
iac-type: 'Terraform'
path: 'plan.tfplanjson'
Expand Down

0 comments on commit dc33fd8

Please sign in to comment.