Skip to content

Commit d41e98c

Browse files
committed
Version 2.2.1
1 parent 01866b9 commit d41e98c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
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 partly 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) and [PEP 440](https://peps.python.org/pep-0440/)
77

8+
## [2.2.1] - 2022-10-04
9+
- Fixed the use of the SAFETY_COLOR environment variable
10+
- Fixed bug in the case of vulnerabilities without a CVE linked
11+
- Fixed GitHub version in the README
12+
813
## [2.2.0] - 2022-09-19
914
- Safety starts to use dparse to parse files, now Safety supports mainly Poetry and Pipenv lock files plus other files supported by dparse.
1015
- Added logic for custom integrations like pipenv check.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For all commercial projects, Safely must be upgraded to use a [PyUp API](https:/
1515
Safety can be integrated into your existing GitHub CI pipeline as an action. Just add the following as a step in your workflow YAML file after setting your `SAFETY_API_KEY` secret on GitHub under Settings -> Secrets -> Actions:
1616

1717
```yaml
18-
- uses: pyupio/[email protected].0
18+
- uses: pyupio/[email protected].1
1919
with:
2020
api-key: ${{ secrets.SAFETY_API_KEY }}
2121
```

safety/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

0 commit comments

Comments
 (0)