Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 29, 2024
1 parent 549c247 commit 57fea5f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ runs:
core.info('NPM_EXIST: ${{steps.check_files.outputs.NPM_EXIST}}');
core.info('NPM_SIGNING_EXIST: ${{steps.check_files.outputs.NPM_SIGNING_EXIST}}');
- name: "Dotnet: Prepare build"
- name: "Prepare build Results folder"
working-directory: ${{github.workspace}}
shell: bash
run: |
Expand Down Expand Up @@ -425,6 +425,15 @@ runs:
generateReleaseNotes: true
token: ${{inputs.GITHUB_TOKEN}}

############################################################################################################
# Software Bill of materials
############################################################################################################
- name: "Software Bill of materials"
if: steps.build_tools.outputs.BUILD_ENV == 'true'
uses: ./.github/actions/sbom
with:
REPO_VISIBILITY: ${{inputs.REPO_VISIBILITY}}

############################################################################################################
# Upload Sarif files to GitHub
############################################################################################################
Expand Down

0 comments on commit 57fea5f

Please sign in to comment.