File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
templates/github/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -227,5 +227,5 @@ def dependency_licenses(session: Session) -> None:
227227
228228@nox .session (name = "dependency:audit" , python = False )
229229def audit (session : Session ) -> None :
230- """Runs the audit for packages regard known vulnerabilities"""
230+ """Check for known vulnerabilities"""
231231 _audit (session )
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments