File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed 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.4] - 2024-11-24
9+
10+ ### Changed
11+ - Package name convention: ` trivy_py_ecc ` → ` trivy-py-ecc ` (using hyphens per PEP 423)
12+
813## [ 0.67.2.3] - 2024-11-24
914
1015### Fixed
Original file line number Diff line number Diff line change 11[ ![ 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_ecc
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_ecc
13+ pip install trivy-py-ecc
1414```
1515
1616### usage
@@ -25,7 +25,7 @@ See [pre-commit] for instructions
2525Sample ` .pre-commit-config.yaml ` :
2626``` yaml
2727- repo : https://github.com/eccenca/pre-commit-mirrors-trivy
28- rev : v0.67.2.2
28+ rev : v0.67.2.4
2929 hooks :
3030 - id : trivy-fs
3131 args :
Original file line number Diff line number Diff line change 11[metadata]
2- name = trivy_py_ecc
3- version = 0.67.2.3
2+ name = trivy-py-ecc
3+ version = 0.67.2.4
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