Skip to content

Commit 172d566

Browse files
committed
simplify
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 298587a commit 172d566

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/builders.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,9 @@ export class BomBuilder {
277277
} else {
278278
bom.serialNumber = Utils.BomUtility.randomSerialNumber()
279279
bom.metadata.timestamp = new Date()
280-
bom.metadata.properties.add(
281-
new Models.Property(
282-
PropertyNames.BomReproducible,
283-
PropertyValueBool.False
284-
)
285-
)
286280
}
287-
288281
// endregion metadata
282+
289283
// region components
290284
if (this.flattenComponents) {
291285
for (const c of allComponents.values()) {

0 commit comments

Comments
 (0)