Skip to content

Commit 7ec923e

Browse files
Change SBOM file format from XML to JSON
1 parent 1bf65e5 commit 7ec923e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencytrack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
sbom:
1111
runs-on: ubuntu-latest
1212
env:
13-
SBOM_FILE: sbom/bom-frontend.xml
13+
SBOM_FILE: sbom/bom-frontend.json
1414
TRACKER_ENDPOINT: "https://ca-live-global-dtrack-api.purplemoss-6e7d841c.westeurope.azurecontainerapps.io/api/v1/bom"
1515

1616
steps:

0 commit comments

Comments
 (0)