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 43cdbbb commit 65f14efCopy full SHA for 65f14ef
.github/workflows/report.yml
@@ -51,4 +51,4 @@ jobs:
51
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
52
echo -e "\n\n# Static Code Analysis\n" >> $GITHUB_STEP_SUMMARY
53
cat .lint.txt >> $GITHUB_STEP_SUMMARY
54
- poetry run tbx security prettyprint --format markdown .security.json >> $GITHUB_STEP_SUMMARY
+ poetry run tbx security pretty-print --format markdown .security.json >> $GITHUB_STEP_SUMMARY
0 commit comments