We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c381ed commit d82e908Copy full SHA for d82e908
1 file changed
.github/workflows/sbom.yaml
@@ -130,12 +130,14 @@ jobs:
130
run: |
131
wc --total=never -l bom.*.xml
132
133
+ echo "Upload to: ${DEPENDENCY_TRACK_BASE_URL}/api/v1/bom"
134
+
135
upload_bom() {
136
echo "Upload Nextcloud SBOM ${1} for object ${2} ..."
137
138
curl \
139
-D- \
- -X POST ${DEPENDENCY_TRACK_BASE_URL}/api/v1/bom \
140
+ -X POST "${DEPENDENCY_TRACK_BASE_URL}/api/v1/bom" \
141
-H "Content-Type: multipart/form-data" \
142
-H "X-API-Key: ${DEPENDENCY_TRACK_API_KEY}" \
143
-F "project=${2}" \
0 commit comments