ai-cfia / github-workflows

Reusable github workflows
MIT License
2 stars 0 forks source link

Fix python -m pytest #167

Closed ThomasCardin closed 2 days ago

ThomasCardin commented 2 days ago

Currently, if tests fail in the workflow-lint-test-python.yml pipeline, the environment variables are displayed in plain text within the stack trace. This includes passwords, the host, the user, etc. This is a significant security issue, so it is crucial to prevent these variables from being displayed in the workflow.