Skip to content

Commit 43cdbbb

Browse files
fix
1 parent e4d6bd4 commit 43cdbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
5252
echo -e "\n\n# Static Code Analysis\n" >> $GITHUB_STEP_SUMMARY
5353
cat .lint.txt >> $GITHUB_STEP_SUMMARY
54-
tbx security prettyprint --format markdown .security.json >> $GITHUB_STEP_SUMMARY
54+
poetry run tbx security prettyprint --format markdown .security.json >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)