Activated bandit and pylint. [skip ci]

This commit is contained in:
Patrick Lehmann
2025-10-05 15:37:39 +02:00
parent fc08112235
commit cf7a98730e
3 changed files with 18 additions and 11 deletions

View File

@@ -8,11 +8,13 @@ jobs:
SimplePackage:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
with:
package_name: myPackage
codecov: true
codacy: true
dorny: true
cleanup: false
package_name: 'myPackage'
bandit: 'true'
pylint: 'true'
codecov: 'true'
codacy: 'true'
dorny: 'true'
cleanup: 'false'
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}