File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
FROM docker.stackable.tech/stackable/hadoop:3.3.6-stackable0.0.0-dev
2
2
3
3
COPY --chown=stackable:stackable ./hdfs-utils-*.jar /stackable/hadoop/share/hadoop/tools/lib/
4
+ COPY --chown=stackable:stackable ./bom.json /stackable/hadoop/share/hadoop/tools/lib/hdfs-utils.cdx.json
Original file line number Diff line number Diff line change 255
255
</execution >
256
256
</executions >
257
257
</plugin >
258
+ <plugin >
259
+ <groupId >org.cyclonedx</groupId >
260
+ <artifactId >cyclonedx-maven-plugin</artifactId >
261
+ <version >2.8.0</version >
262
+ <configuration >
263
+ <projectType >application</projectType >
264
+ <schemaVersion >1.5</schemaVersion >
265
+ </configuration >
266
+ <executions >
267
+ <execution >
268
+ <phase >package</phase >
269
+ <goals >
270
+ <goal >makeBom</goal >
271
+ </goals >
272
+ </execution >
273
+ </executions >
274
+ </plugin >
258
275
</plugins >
259
276
</build >
260
277
You can’t perform that action at this time.
0 commit comments