-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(plugin): specify plugin version #6683
Conversation
Signed-off-by: knqyf263 <[email protected]>
Signed-off-by: knqyf263 <[email protected]>
Signed-off-by: knqyf263 <[email protected]>
Signed-off-by: knqyf263 <[email protected]>
Signed-off-by: knqyf263 <[email protected]>
c23b997
to
32e7db6
Compare
Signed-off-by: knqyf263 <[email protected]>
32e7db6
to
ac28cbd
Compare
Signed-off-by: knqyf263 <[email protected]>
d8f0864
to
7862d49
Compare
@DmitriyLewen I was struggling with an error occurring only on GitHub Actions macOS runner, but finally addressed it. It's ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Left 1 comment
Signed-off-by: knqyf263 <[email protected]>
06d085a
to
0b1556d
Compare
Signed-off-by: knqyf263 <[email protected]>
@knqyf263 i updated CLI docs after 448bc4f Can you also check macOS error? https://github.com/aquasecurity/trivy/actions/runs/9107705101/job/25037061764?pr=6683#step:10:8275 |
Signed-off-by: knqyf263 <[email protected]>
I made the same mistake 😔 Hopefully, it will pass tests this time 🤞 |
@DmitriyLewen Passed! |
Description
This PR makes it possible to install plugins with a specified version as below:
Checklist