Skip to content

Merge branch 'main' of https://github.com/uzenith360/utils #32

Merge branch 'main' of https://github.com/uzenith360/utils

Merge branch 'main' of https://github.com/uzenith360/utils #32

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 }}