We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe005b commit 2d166eaCopy full SHA for 2d166ea
1 file changed
.github/workflows/reusable-dotnet-quality.yml
@@ -142,7 +142,8 @@ jobs:
142
run-tests: ${{ inputs.fossa-test && github.event_name == 'pull_request' }}
143
test-diff-revision: ${{ github.event.pull_request.base.ref }}
144
generate-report: html
145
- - run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
+ - name: Create FOSSA report file
146
+ run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html
147
if: ${{ inputs.fossa-enabled }}
148
- name: Generate SBOM with Syft
149
uses: anchore/sbom-action@v0
0 commit comments