Skip to content

Commit

Permalink
Support a new schema of plugin manifest (#791)
Browse files Browse the repository at this point in the history
* Get aligned with a new schema

Signed-off-by: knqyf263 <[email protected]>

* Update plugin template

Signed-off-by: knqyf263 <[email protected]>

* Keep usage for backward compatibility

---------

Signed-off-by: knqyf263 <[email protected]>
Co-authored-by: ‪Tzuriel Weisberg‬‏ <[email protected]>
  • Loading branch information
knqyf263 and tzurielweisberg authored Jun 2, 2024
1 parent 84bbedb commit 641e31e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/plugin_template.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "aqua"
repository: github.com/aquasecurity/trivy-plugin-aqua
version: "PLACEHOLDERVERSION"
usage: trivy aqua <srcPath>
description: A Trivy plugin that sends results to Aqua.
maintainer: aquasecurity
summary: Send results to Aqua Security
description: A plugin for integration with Aqua Security SaaS platform
platforms:
- selector: # optional
os: linux
Expand Down
6 changes: 4 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: "aqua"
repository: github.com/aquasecurity/trivy-plugin-aqua
version: "v0.170.0"
usage: trivy aqua <srcPath>
description: A Trivy plugin that sends results to Aqua.
maintainer: aquasecurity
usage: trivy aqua <srcPath> # deprecated: for backward compatibility
summary: Send results to Aqua Security
description: A plugin for integration with Aqua Security SaaS platform
platforms:
- selector: # optional
os: linux
Expand Down

0 comments on commit 641e31e

Please sign in to comment.