diff --git a/.github/workflows/on-push-verification.yml b/.github/workflows/on-push-verification.yml index c45e79f..4d9335b 100644 --- a/.github/workflows/on-push-verification.yml +++ b/.github/workflows/on-push-verification.yml @@ -27,6 +27,8 @@ jobs: # Run analyzers - uses: ./ id: msdo + with: + existingFilename: sda.sarif # Upload alerts to the Security tab - name: Upload alerts to Security tab diff --git a/.github/workflows/sample-workflow.yml b/.github/workflows/sample-workflow.yml index ffa4632..052df60 100644 --- a/.github/workflows/sample-workflow.yml +++ b/.github/workflows/sample-workflow.yml @@ -26,8 +26,6 @@ jobs: - name: Run Microsoft Security DevOps Analysis uses: microsoft/security-devops-action@v1 id: msdo - with: - existingFilename: sda.sarif # Upload alerts to the Security tab - name: Upload alerts to Security tab