Skip to content

Commit 670db12

Browse files
resolved conversation
1 parent ec34476 commit 670db12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
include-hidden-files: true
119119

120120
Vulnerabilities:
121-
name: Package Vulnerabilities Checks (Python-${{ matrix.python-version }})
121+
name: Check Vulnerabilities (Python-${{ matrix.python-version }})
122122
needs: [ Version-Check, build-matrix ]
123123
runs-on: ubuntu-latest
124124
strategy:

doc/changes/unreleased.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## ✨ Added
44

5-
* [#73](https://github.com/exasol/python-toolbox/issues/73): Add nox target for auditing work spaces in regard to known vulnerabilities
5+
* [#73](https://github.com/exasol/python-toolbox/issues/73): Added nox target for auditing work spaces in regard to known vulnerabilities

exasol/toolbox/nox/_dependencies.py

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

228228
@nox.session(name="dependency:audit", python=False)
229229
def audit(session: Session) -> None:
230-
"""Runs the audit for packages regard known vulnerabilities"""
230+
"""Check for known vulnerabilities"""
231231
_audit(session)

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
include-hidden-files: true
125125

126126
Vulnerabilities:
127-
name: Package Vulnerabilities Checks (Python-${{ matrix.python-version }})
127+
name: Check Vulnerabilities (Python-${{ matrix.python-version }})
128128
needs: [ Version-Check, build-matrix ]
129129
runs-on: ubuntu-latest
130130
strategy:

0 commit comments

Comments
 (0)