Skip to content

Commit

Permalink
release v1.20.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha authored Nov 4, 2024
1 parent 9af115e commit 0a1e50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with the default plugin configuration parameters:
steps:
- command: ls
plugins:
- equinixmetal-buildkite/trivy#v1.19.1:
- equinixmetal-buildkite/trivy#v1.20.0:
```
## Additional examples
Expand All @@ -37,7 +37,7 @@ the pipeline when there are vulnerabilities:
steps:
- command: ls
plugins:
- equinixmetal-buildkite/trivy#v1.19.1:
- equinixmetal-buildkite/trivy#v1.20.0:
exit-code: 1
```

Expand All @@ -49,7 +49,7 @@ vulnerabilities:
steps:
- command: ls
plugins:
- equinixmetal-buildkite/trivy#v1.19.1:
- equinixmetal-buildkite/trivy#v1.20.0:
severity: "CRITICAL"
```

Expand All @@ -60,7 +60,7 @@ Specify the `ignorefile` option as a plugin parameter in `pipeline.yml` to use
steps:
- command: ls
plugins:
- equinixmetal-buildkite/trivy#v1.19.1:
- equinixmetal-buildkite/trivy#v1.20.0:
ignorefile: ".trivyignore.yaml"
```

Expand Down

0 comments on commit 0a1e50b

Please sign in to comment.