Skip to content

Commit

Permalink
Adding SBOM generation step
Browse files Browse the repository at this point in the history
Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
ASHIQUEMD committed Aug 4, 2023
1 parent 33142bc commit a1e88c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
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 }}"
./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 a1e88c4

Please sign in to comment.