Skip to content

Commit 0066aca

Browse files
author
camilo
committed
Print SA summary report on Actions
1 parent dbd5f30 commit 0066aca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/static-analisys.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
with:
2828
name: Static_Analisys_Results
2929
path: sa_results
30+
- name: Add static analysis results to summary
31+
run: |
32+
echo '## 🧪 Static Analysis Results' >> $GITHUB_STEP_SUMMARY
33+
echo '```' >> $GITHUB_STEP_SUMMARY
34+
cat ./sa_results/general.txt >> $GITHUB_STEP_SUMMARY
35+
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)