Skip to content

Bump adapt-authoring-auth-local from 878f142 to 0491fcb #326

Bump adapt-authoring-auth-local from 878f142 to 0491fcb

Bump adapt-authoring-auth-local from 878f142 to 0491fcb #326

Workflow file for this run

name: Snyk security
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif --severity-threshold=high
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif