Skip to content

Commit 1ec7541

Browse files
updated change log
1 parent 2614180 commit 1ec7541

File tree

3 files changed

+74
-55
lines changed

3 files changed

+74
-55
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* added tbx task for markdown formating of .lint.json
66
* Added a Nox task for dependencies packages and their licenses with Markdown output
7+
* [#73](https://github.com/exasol/python-toolbox/issues/73): Add nox target for auditing work spaces in regard to known vulnerabilities
78

89
## 🐞 Fixed
910
* Fixed an issue in the CI workflow that caused it to be executed twice on the initial push of a PR if the PR branch was on the repo itself.

exasol/toolbox/nox/_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ def import_lint(session: Session) -> None:
199199

200200
@nox.session(name="project:audit", python=False)
201201
def audit(session: Session) -> None:
202-
"""audit the project"""
202+
"""Runs the audit for packages regard known vulnerabilities"""
203203
_audit(session)

poetry.lock

Lines changed: 72 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)