Skip to content

Commit

Permalink
fix: Sarif output
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 30, 2023
1 parent fefccd5 commit cfb277d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Expand Up @@ -103,12 +103,12 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: markdown-confluence/markdown-confluence
args: --org=23a1dbcf-c24a-4c44-aa74-cabdc4ba99d5 --file=packages/cli/Dockerfile --sarif-file-output=snyk-docker.sarif
args: --org=23a1dbcf-c24a-4c44-aa74-cabdc4ba99d5 --file=packages/cli/Dockerfile

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk-docker.sarif
sarif_file: snyk.sarif

sbom:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfb277d

Please sign in to comment.