Skip to content

Commit b44e100

Browse files
authored
Update main.yml
fix initial sbom deployment
1 parent 023afc9 commit b44e100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
apiKey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
4141
projectName: 'hiero-enterprise-java'
4242
projectVersion: 'main'
43-
bomFilename: "/target/bom.xml"
43+
bomFilename: "target/bom.xml"
4444
autoCreate: true
4545

0 commit comments

Comments
 (0)