Skip to content

Commit

Permalink
Added severity-threshold=medium in `.github/workflows/snyk-containe…
Browse files Browse the repository at this point in the history
…r.yml`
  • Loading branch information
rhertogh committed Apr 1, 2024
1 parent be978b2 commit c81b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: your/image-to-test
args: --file=docker/Yii2Oauth2Server/Dockerfile
args: --file=docker/Yii2Oauth2Server/Dockerfile --severity-threshold=medium
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit c81b9b0

Please sign in to comment.