diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3a736075..15ac18fb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,7 +231,7 @@ jobs: format: 'HTML' args: >- --failOnCVSS 5 - --suppression https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.owner.login }}/${{github.event.repository.name}}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml + --suppression https://raw.githubusercontent.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml - name: Upload Test results uses: actions/upload-artifact@master with: