Skip to content

Commit

Permalink
fix snyk CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet authored and josephschorr committed Feb 26, 2024
1 parent a75660d commit aa1a2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"
with:
args: "--sarif-file-output=snyk.sarif"
args: "--org=authzed --sarif-file-output=snyk.sarif"
- name: "Upload result to GitHub Code Scanning"
uses: "github/codeql-action/upload-sarif@v3"
with:
Expand All @@ -99,7 +99,7 @@ jobs:
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"
with:
image: "authzed/spicedb"
args: "--file=Dockerfile"
args: "--org=authzed --file=Dockerfile"
- name: "Upload result to GitHub Code Scanning"
uses: "github/codeql-action/upload-sarif@v3"
with:
Expand Down

0 comments on commit aa1a2c4

Please sign in to comment.