Skip to content

Commit

Permalink
Update fossa_ai.yml to add project to report attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Apr 26, 2024
1 parent e3ab137 commit e15a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fossa_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: ${{ inputs.generate_sbom }}
run: |
# https://github.com/fossas/fossa-cli/blob/master/docs/references/subcommands/report.md
fossa report attribution --format html 2>&1 | tee sbom.html
fossa report -p ${{ github.event.repository.name }} attribution --format html 2>&1 | tee sbom.html
- name: Archive FOSSA SBOM Report
if: ${{ inputs.generate_sbom }}
Expand Down

0 comments on commit e15a38f

Please sign in to comment.