Skip to content

Commit

Permalink
Explicitly specify SARIF format and output path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Mar 31, 2024
1 parent eb64cbc commit 66f62d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
solution: Remora.Rest.sln
no-build: true
telemetry-optout: true
output: results.sarif.json
format: sarif

- name: Package
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand All @@ -44,6 +46,8 @@ jobs:
with:
name: nupkg
path: nuget/*
permissions:
security-events: write
prerelease:
needs: build
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down

0 comments on commit 66f62d7

Please sign in to comment.