Skip to content

Commit

Permalink
fix: Remove wrong switch
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 20, 2023
1 parent 2e35b30 commit 6528836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif --all-projects --dev --org=7b4599c0-e96e-435d-bfb9-081294c3aa4a --project-name=obsidian-confluence
args: --sarif-file-output=snyk.sarif --all-projects --dev --org=7b4599c0-e96e-435d-bfb9-081294c3aa4a

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 6528836

Please sign in to comment.