File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ outputs:
1717 cyclone-artifact-id :
1818 value : ${{steps.upload-sbom-artifact.outputs.artifact-id}}
1919 cyclone-path :
20- value : ${{steps.artifact-name.outputs.cyclone-path}}
20+ value : ${{steps.artifact-name.outputs.cyclone-path}}
2121
2222runs :
2323 using : " composite"
4343 env :
4444 APP_PATH : ${{inputs.app-path}}
4545 run : |
46- echo "artifact-name=${{hashFiles(format('./{0}/pom.xml', inputs.app-path))}}" >> "$GITHUB_OUTPUT"
47- echo "cyclone-path=$APP_PATH/target/classes/META-INF/sbom/application.cdx.json" >> "$GITHUB_OUTPUT"
46+ echo "artifact-name=${{hashFiles(format('./{0}/pom.xml', inputs.app-path))}}" >> "$GITHUB_OUTPUT"
47+ echo "cyclone-path=$APP_PATH/target/classes/META-INF/sbom/application.cdx.json" >> "$GITHUB_OUTPUT"
4848 shell : bash
4949 - id : upload-artifact
5050 name : Upload artifact
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ outputs:
2525 cyclone-artifact-id :
2626 value : ${{steps.upload-sbom-artifact.outputs.artifact-id}}
2727 cyclone-path :
28- value : ${{steps.artifact-name.outputs.cyclone-path}}
28+ value : ${{steps.artifact-name.outputs.cyclone-path}}
2929runs :
3030 using : " composite"
3131 steps :
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ inputs:
1818 description : " scan type, e.g. fs or sbom"
1919 required : false
2020 default : " fs"
21-
21+
2222runs :
2323 using : " composite"
2424 steps :
2525 - name : Checkout repository
26- if : inputs.scan-type == 'fs'
26+ if : inputs.scan-type == 'fs'
2727 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828 with :
2929 fetch-depth : 0 # Required for vitepress lastUpdated
You can’t perform that action at this time.
0 commit comments