Skip to content

Commit

Permalink
Java lib release (Azure#137)
Browse files Browse the repository at this point in the history
* Adding SBOM generation step

Signed-off-by: MD Ashique <[email protected]>

* Adding SBOM generation step

Signed-off-by: MD Ashique <[email protected]>

---------

Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
ASHIQUEMD authored Aug 4, 2023
1 parent 3909b9a commit fb49294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
- name: Generate SBOM manifest
if: startsWith(github.ref, 'refs/tags/v')
run: |
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64
chmod +x $RUNNER_TEMP/sbom-tool
$RUNNER_TEMP/sbom-tool generate -b ${{ env.MAVEN_OUTDIR }} -pn "Azure Functions Dapr Java Triggers and Bindings" -pv "${{ env.REL_VERSION }}"
curl -Lo sbom-tool https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-linux-x64
chmod +x sbom-tool
sbom-tool generate -b ${{ env.MAVEN_OUTDIR }} -pn "Azure Functions Dapr Java Triggers and Bindings" -pv "${{ env.REL_VERSION }}"
working-directory: ${{ env.JAVA_LIB_WORKING_DIRECTORY }}
- name: Upload .Net artifacts
uses: actions/upload-artifact@master
Expand Down

0 comments on commit fb49294

Please sign in to comment.