Skip to content

Commit 856c1fd

Browse files
committed
NODE-7025: Fix typo
1 parent 6908e91 commit 856c1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/sbom-update/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
working-directory: ${{ inputs.working-directory }}
1515
run: |
1616
echo "Generating SBOM for 'node' project..."
17-
npx @cyclonedx/cyclonedx-npm --package-lock-only--omit dev --output-file sbom.json --output-format json --spec-version 1.5
17+
npx @cyclonedx/cyclonedx-npm --package-lock-only --omit dev --output-file sbom.json --output-format json --spec-version 1.5
1818
1919
- name: Validate SBOM
2020
shell: bash

0 commit comments

Comments
 (0)