-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hey hey ! 😄
In our current Aqua setup we build a custom trivy image with the aqua plugin included.
For installing the plugin we pin the version by specifying the release tag in the URL (supported by the go-getter lib).
We realized that the specified plugin version in the plugin.yaml is always the version which was released before the pinned release.
Currently when installing the plugin with the latest release tag we get the wrong version of the plugin installed, due to the wrong pinned version.
Install of version 0.123.3 will acutally install 0.121.2
See here:
https://github.com/aquasecurity/trivy-plugin-aqua/blob/v0.123.2/plugin.yaml#L3
Is this a desired release behavior or a release bug? :)
Kind regards
Felix
Metadata
Metadata
Assignees
Labels
No labels