Skip to content

fix: fix issue with get(name, null, options) call not meeting expectations #660

fix: fix issue with get(name, null, options) call not meeting expectations

fix: fix issue with get(name, null, options) call not meeting expectations #660

Workflow file for this run

# Vulnerability scanning #
name: SNYK_SCAN
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
security:
environment: ali_oss_AK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_KEY }}