Skip to content

Commit fff8b08

Browse files
committed
fix: adapt trigger conditions to onlt PR. Fix a small typo in the template
1 parent a77d11b commit fff8b08

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/sbom.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: SBOM
22

33
on:
4-
4+
5+
workflow_dispatch:
56
pull_request:
67
branches:
78
- "*"
8-
push:
9-
branches:
10-
- "feature/integrate_sbom"
119

1210
jobs:
1311
sbom:

sbom/cyclonedx-xml-to-html.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<th style="width: 12%;">Group</th>
132132
<th style="width: 20%;">Name</th>
133133
<th style="width: 12%;">Version</th>
134-
<th>style="width: 30%;">PURL</th>
134+
<th style="width: 30%;">PURL</th>
135135
</tr>
136136
<xsl:for-each select="bom:bom/bom:components/bom:component">
137137
<tr>

0 commit comments

Comments
 (0)