File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.67.2.3] - 2024-11-24
9+
10+ ### Fixed
11+ - Updated README.md with correct package name and repository URLs
12+
813## [ 0.67.2.2] - 2024-11-24
914
1015### Fixed
Original file line number Diff line number Diff line change 1- [ ![ 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 )
1+ [ ![ build status] ( https://github.com/eccenca /pre-commit-mirrors-trivy/actions/workflows/main.yml/badge.svg )] ( https://github.com/eccenca /pre-commit-mirrors-trivy/actions/workflows/main.yml )
22
3- # trivy-py
3+ # trivy_py_ecc
44
55A python wrapper to provide a pip-installable [ trivy] binary.
66
@@ -10,7 +10,7 @@ trivy binary for your particular platform.
1010### installation
1111
1212``` bash
13- pip install trivy-py
13+ pip install trivy_py_ecc
1414```
1515
1616### usage
@@ -24,8 +24,8 @@ See [pre-commit] for instructions
2424
2525Sample ` .pre-commit-config.yaml ` :
2626``` yaml
27- - repo : https://github.com/GaukeT /pre-commit-mirrors-trivy
28- rev : v0.67.2
27+ - repo : https://github.com/eccenca /pre-commit-mirrors-trivy
28+ rev : v0.67.2.2
2929 hooks :
3030 - id : trivy-fs
3131 args :
Original file line number Diff line number Diff line change 11[metadata]
22name = trivy_py_ecc
3- version = 0.67.2.2
3+ version = 0.67.2.3
44description = Python wrapper around invoking trivy (https://trivy.dev/)
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments