diff --git a/.github/workflows/reusable-dotnet-quality.yml b/.github/workflows/reusable-dotnet-quality.yml index 304ba98..58c705b 100644 --- a/.github/workflows/reusable-dotnet-quality.yml +++ b/.github/workflows/reusable-dotnet-quality.yml @@ -174,7 +174,7 @@ jobs: test-diff-revision: ${{ github.event.pull_request.base.sha }} generate-report: html - name: Create FOSSA report file - if: ${{ inputs.fossa-enabled && steps.fossa.outputs.report != '' }} + if: ${{ inputs.fossa-enabled && steps.fossa.outcome == 'success' }} run: echo '${{ steps.fossa.outputs.report }}' > report/fossa.html continue-on-error: true # TODO: replace with more secure action diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 1da59d6..5176f75 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,4 +1,4 @@ -gitignore: true +gitignore: true ignores: - "**/node_modules/**" config: