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,14 @@ jobs:
NamespacePackage:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
with:
package_namespace: myFramework
package_name: Extension
codecov: true
codacy: true
dorny: true
package_namespace: 'myFramework'
package_name: 'Extension'
bandit: 'true'
pylint: 'true'
codecov: 'true'
codacy: 'true'
dorny: 'true'
cleanup: 'false'
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}