Skip to content

Commit

Permalink
fix: issue/3 update text on issue msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jpradoar authored Nov 17, 2024
1 parent 9d172d0 commit ee4d173
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/k8s-event-exporter-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ jobs:
- name: validate if exist vuln
if: ${{ steps.trivy_scan.outcome == 'failure' }}
run: |
echo "### See detailed vuln scan in: " > /tmp/vuln_info.md
echo "<br> ![](https://custom-icon-badges.demolab.com/badge/Vulnerability-detected-red.svg) <br>" >> /tmp/vuln_info.md
echo " * Vulnerability report: [vuln_scans/${{ env.REPO_APP }}_vuln_scan](https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/vuln_scans/${{ env.REPO_APP }}_vuln_scan.table)" >> /tmp/vuln_info.md
echo " * Vulnerability detected in commit: ${{ github.sha }}" >> /tmp/vuln_info.md
echo "### See detailed information in: " > /tmp/vuln_info.md
echo "<br>![](https://custom-icon-badges.demolab.com/badge/Vulnerability-detected-red.svg) ![](https://custom-icon-badges.demolab.com/badge/Affected_version-${{ steps.nversion.outputs.NEW_VERSION }}-purple.svg) <br>" >> /tmp/vuln_info.md
echo " * Detected in image: [${{ env.REPO_APP }}](https://hub.docker.com/repository/docker/jpradoar/${{ env.REPO_APP }}/general)" >> /tmp/vuln_info.md
echo " * Detected in commit: ${{ github.sha }}" >> /tmp/vuln_info.md
echo " * Vulnerability report: [vuln_report](https://github.com/jpradoar/event-driven-architecture/blob/feat/issues/3/vuln_scans/${{ env.REPO_APP }}_vuln_scan.table)" >> /tmp/vuln_info.md
- name: update data
Expand Down

0 comments on commit ee4d173

Please sign in to comment.