File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* .egg-info
2+ .eggs
23/.tox
34/build
45/dist
5- .idea
6+ .idea
7+ /tmp
Original file line number Diff line number Diff line change 11[ ![ build status] ( https://github.com/GaukeT/pre-commit-mirrors-trivy/actions/workflows/main.yml/badge.svg )] ( https://github.com/GaukeT/pre-commit-mirrors-trivy/actions/workflows/main.yml )
22
3- # pre-commit-mirrors- trivy
3+ # trivy-py
44
5- pre-commit hook that mirrors the trivy for usage as pre-commit language
5+ A python wrapper to provide a pip-installable [ trivy ] binary.
66
77Internally this package provides a convenient way to download the pre-built
88trivy binary for your particular platform.
99
10+ ### installation
11+
12+ ``` bash
13+ pip install trivy-py
14+ ```
15+
16+ ### usage
17+
18+ After installation, the ` trivy ` binary should be available in your
19+ environment (or ` trivy.exe ` on windows).
20+
1021### As a pre-commit hook
1122
1223See [ pre-commit] for instructions
Original file line number Diff line number Diff line change 11[metadata]
22name = trivy_py
3- version = 0.66.0
3+ version = 0.66.0.1
44description = Python wrapper around invoking trivy (https://trivy.dev/)
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -13,6 +13,7 @@ classifiers =
1313 Programming Language :: Python :: 3
1414 Programming Language :: Python :: 3 :: Only
1515 Programming Language :: Python :: Implementation :: CPython
16+ Programming Language :: Python :: Implementation :: PyPy
1617
1718[options]
1819python_requires = >=3.9
You can’t perform that action at this time.
0 commit comments