We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa9e17 commit 2702209Copy full SHA for 2702209
.github/workflows/safety.yml
@@ -46,4 +46,5 @@ jobs:
46
47
- name: "Run Safety"
48
if: steps.changes.outputs.code == 'true'
49
- run: "python -m safety check -r requirements.txt --full-report"
+ # 47833: Click mktemp/mkstemp issue involving the pager we don't use
50
+ run: "python -m safety check -r requirements.txt -i 47833 --full-report"
0 commit comments