Skip to content

Commit

Permalink
Merge pull request #134 from Jahia/TECH-1270_sbom_for_npm
Browse files Browse the repository at this point in the history
TECH-1270: Also archive bom files in build-artifacts for npm build
  • Loading branch information
bpapez authored Jun 25, 2024
2 parents 840e5c6 + 35711a7 commit ceca4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-step-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ runs:
name: ${{ inputs.github_artifact_name }}
path: |
${{ inputs.module_path }}**/target/*.tgz
${{ inputs.module_path }}**/bom/*
retention-days: ${{ inputs.github_artifact_retention }}

0 comments on commit ceca4f6

Please sign in to comment.