@@ -62,15 +62,15 @@ jobs:
6262 wkhtmltopdf --enable-local-file-access file://${{ github.workspace }}/sbomv.html ${{ github.workspace }}/sbomv.pdf
6363
6464 wkhtmltopdf --enable-local-file-access file://${{ github.workspace }}/vulRep.html ${{ github.workspace }}/vulRep.pdf
65- - name : Mail Reports
66- uses : dawidd6/action-send-mail@v3
67- with :
68- server_address : smtp.gmail.com
69- server_port : 587
70- username : ${{ secrets.GMAIL_USERNAME }}
71- password : ${{ secrets.GMAIL_PASSWORD }}
72- to : divijs75@gmail.com, divyanshbisht2005@gmail.com, akashsah2003@gmail.com
73- from : divyanshbisht2005@gmail.com
74- subject : " Latest security reports"
75- body : Please find the latest security reports
76- attachments : ${{ github.workspace }}/sbom.pdf, ${{ github.workspace }}/sbomv.pdf, ${{ github.workspace }}/vulRep.pdf
65+ # - name: Mail Reports
66+ # uses: dawidd6/action-send-mail@v3
67+ # with:
68+ # server_address: smtp.gmail.com
69+ # server_port: 587
70+ # username: ${{ secrets.GMAIL_USERNAME }}
71+ # password: ${{ secrets.GMAIL_PASSWORD }}
72+ # to: divijs75@gmail.com, divyanshbisht2005@gmail.com, akashsah2003@gmail.com
73+ # from: divyanshbisht2005@gmail.com
74+ # subject: "Latest security reports"
75+ # body: Please find the latest security reports
76+ # attachments: ${{ github.workspace }}/sbom.pdf, ${{ github.workspace }}/sbomv.pdf, ${{ github.workspace }}/vulRep.pdf
0 commit comments