File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/update-sbom Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ runs:
1010 steps :
1111 - name : Allow CycloneDX plugin
1212 shell : bash
13- run : ./ composer config allow-plugins.cyclonedx/cyclonedx-php-composer true
13+ run : composer config allow-plugins.cyclonedx/cyclonedx-php-composer true
1414 - name : Install CycloneDX plugin
1515 shell : bash
16- run : ./ composer require --dev cyclonedx/cyclonedx-php-composer --ignore-platform-reqs
16+ run : composer require --dev cyclonedx/cyclonedx-php-composer --ignore-platform-reqs
1717 - name : Generate SBOM
1818 shell : bash
1919 working-directory : ${{ inputs.working-directory }}
2020 run : |
2121 echo "Generating SBOM for 'php' project..."
22- ./ composer CycloneDX:make-sbom --output-file=${{ inputs.output-file }} --output-format=json --spec-version=1.5
22+ composer CycloneDX:make-sbom --output-file=${{ inputs.output-file }} --output-format=json --spec-version=1.5
2323 - name : Validate SBOM presence
2424 shell : bash
2525 run : |
You can’t perform that action at this time.
0 commit comments