We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78986b commit a56bc5fCopy full SHA for a56bc5f
.github/workflows/actions.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install Dependency
50
run: |
51
sudo apt-get install -y xvfb wkhtmltopdf
52
- - name: Generate PDF
+ - name: Generate PDF
53
54
xvfb-run wkhtmltopdf --enable-local-file-access "file:///${{ github.workspace }}/sbom.html" "${{ github.workspace }}/sbom.pdf"
55
xvfb-run wkhtmltopdf --enable-local-file-access "file:///${{ github.workspace }}/sbomv.html" "${{ github.workspace }}/sbomv.pdf"
0 commit comments