Skip to content

Detect new brands: Bell, BYJU'S, CX, ELE-GATE, GlocalMe, G-PLUS, I KA… #388

Detect new brands: Bell, BYJU'S, CX, ELE-GATE, GlocalMe, G-PLUS, I KA…

Detect new brands: Bell, BYJU'S, CX, ELE-GATE, GlocalMe, G-PLUS, I KA… #388

Workflow file for this run

name: Snyk
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
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor