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 11ab545 commit e30308eCopy full SHA for e30308e
.github/actions/setup-sbom/action.yml
@@ -13,6 +13,10 @@ runs:
13
shell: bash
14
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=. --filename=composer
15
16
- - name: Install cdxgen
+ - name: Allow CycloneDX plugin
17
18
- run: ./composer require --dev cyclonedx/cyclonedx-php-composer --ignore-platform-reqs --no-plugins
+ run: ./composer config allow-plugins.cyclonedx/cyclonedx-php-composer true
19
+
20
+ - name: Install CycloneDX plugin
21
+ shell: bash
22
+ run: ./composer require --dev cyclonedx/cyclonedx-php-composer --ignore-platform-reqs
0 commit comments