Skip to content

Commit 58cdd1d

Browse files
committed
Update README with correct branding
1 parent df803aa commit 58cdd1d

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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

2525
Sample `.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:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trivy_py_ecc
3-
version = 0.67.2.2
3+
version = 0.67.2.3
44
description = Python wrapper around invoking trivy (https://trivy.dev/)
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)