Skip to content

Merge branch 'main' of https://github.com/uzenith360/ngx-jwt-auth #112

Merge branch 'main' of https://github.com/uzenith360/ngx-jwt-auth

Merge branch 'main' of https://github.com/uzenith360/ngx-jwt-auth #112

Workflow file for this run

name: Snyk Security Check
on: [push,pull_request]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}