Skip to content

Commit

Permalink
Required package supplier
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaladay committed Mar 26, 2024
1 parent 401fad1 commit 88518d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fhir-oss-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
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 . -bc . -V Verbose
$RUNNER_TEMP/sbom-tool generate -b . -bc . -V Verbose -ps "Organization: Microsoft"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 88518d3

Please sign in to comment.