Skip to content

fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities #778

fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities

fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities #778

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/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high