Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashsah2003 authored Dec 19, 2023
1 parent 2de974b commit 2025a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: |
cat ${{ github.workspace }}/sbom.json >> ${{ github.workspace }}/sbom.html
cat ${{ github.workspace }}/sbom.vdr.json >> ${{ github.workspace }}/sbomv.html
wkhtml ${{ github.workspace }}/sbom.html ${{ github.workspace }}/sbom.pdf
wkhtml ${{ github.workspace }}/sbomv.html ${{ github.workspace }}/sbomv.pdf
wkhtml ${{ github.workspace }}/vulRep.html ${{ github.workspace }}/vulRep.pdf
wkhtmltopdf ${{ github.workspace }}/sbom.html ${{ github.workspace }}/sbom.pdf
wkhtmltopdf ${{ github.workspace }}/sbomv.html ${{ github.workspace }}/sbomv.pdf
wkhtmltopdf ${{ github.workspace }}/vulRep.html ${{ github.workspace }}/vulRep.pdf
- name: Mail Reports
uses: dawidd6/action-send-mail@v3
with:
Expand Down

0 comments on commit 2025a5f

Please sign in to comment.