Skip to content

Commit

Permalink
Update sbom CycloneDX version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Jan 9, 2025
1 parent e876306 commit 0a1c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: composer require cyclonedx/cyclonedx-php-composer

- name: CREATE SBOM
run: composer CycloneDX:make-sbom --output-file=sbom.json --output-format=json
run: composer CycloneDX:make-sbom --output-file=sbom.json --output-format=json --spec-version=1.6

- name: Commit and Push Changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 0a1c53b

Please sign in to comment.