Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Oct 8, 2024
1 parent 43cdbbb commit 65f14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
echo -e "\n\n# Static Code Analysis\n" >> $GITHUB_STEP_SUMMARY
cat .lint.txt >> $GITHUB_STEP_SUMMARY
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 comments on commit 65f14ef

Please sign in to comment.