An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# asdf-trivy [![Build](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/build.yml) [![Lint](https://github.com/zufardhiyaulhaq/asdf-trivy/actions/workflows/lint.yml/badge.svg)](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/)