https://github.com/zufardhiyaulhaq/asdf-trivy
Trivy plugin for the asdf version manager
https://github.com/zufardhiyaulhaq/asdf-trivy
asdf asdf-plugin security security-tools trivy
Last synced: 2 months ago
JSON representation
Trivy plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/zufardhiyaulhaq/asdf-trivy
- Owner: zufardhiyaulhaq
- License: mit
- Created: 2021-08-11T13:48:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T04:43:58.000Z (5 months ago)
- Last Synced: 2025-03-25T21:06:37.874Z (3 months ago)
- Topics: asdf, asdf-plugin, security, security-tools, trivy
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-trivy [](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/build.yml) [](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/lint.yml)
[trivy](https://github.com/aquasecurity/trivy) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git
```trivy:
```shell
# Show all installable versions
asdf list-all trivy# Install specific version
asdf install trivy latest# Set a version globally (on your ~/.tool-versions file)
asdf global trivy latest# Now trivy commands are available
trivy --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/zufardhiyaulhaq/asdf-trivy/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Zufar Dhiyaulhaq](https://github.com/zufardhiyaulhaq/)