File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 -e GITHUB_ACTIONS=true \
2222 fossology/fossology:scanner "/bin/fossologyscanner" --report TEXT repo nomos ojo copyright keyword
2323 # Upload artifact
24- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
24+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
2525 with :
2626 name : scan-fossology-report
2727 path : ./results
Original file line number Diff line number Diff line change 2020 license_finder > ./license-finder-report
2121
2222 - name : Upload artifact
23- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
23+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
2424 with :
2525 name : scan-license-finder-report
2626 path : ./license-finder-report
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555 # echo "version=mtower-${VERSION:1}.bin" >> "$GITHUB_OUTPUT"
5656
5757 - name : Upload build artifacts
58- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
58+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5959 with :
6060 name : ${{ steps.mtower_version.outputs.version }}_s.bin
6161 path : ./${{ steps.mtower_version.outputs.version }}_s.bin
6262 if-no-files-found : error
6363
6464 - name : Upload build artifacts
65- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
65+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
6666 with :
6767 name : ${{ steps.mtower_version.outputs.version }}_ns.bin
6868 path : ./${{ steps.mtower_version.outputs.version }}_ns.bin
Original file line number Diff line number Diff line change 2121 run : scancode -clpeui -n 2 --cyclonedx ./results/sbom-cyclonedx --spdx-rdf ./results/sbom-spdx ./
2222
2323 - name : Upload artifact
24- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
24+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
2525 with :
2626 name : scan-scancode-report
2727 path : ./results/
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
67+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
6868 with :
6969 name : SARIF file
7070 path : results.sarif
You can’t perform that action at this time.
0 commit comments