We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77d11b commit fff8b08Copy full SHA for fff8b08
.github/workflows/sbom.yml
@@ -1,13 +1,11 @@
1
name: SBOM
2
3
on:
4
-
+
5
+ workflow_dispatch:
6
pull_request:
7
branches:
8
- "*"
- push:
9
- branches:
10
- - "feature/integrate_sbom"
11
12
jobs:
13
sbom:
sbom/cyclonedx-xml-to-html.xslt
@@ -131,7 +131,7 @@
131
<th style="width: 12%;">Group</th>
132
<th style="width: 20%;">Name</th>
133
<th style="width: 12%;">Version</th>
134
- <th>style="width: 30%;">PURL</th>
+ <th style="width: 30%;">PURL</th>
135
</tr>
136
<xsl:for-each select="bom:bom/bom:components/bom:component">
137
<tr>
0 commit comments