Skip to content

feat(dashboards): Adds excluded to options in variable in `newr… #2696

feat(dashboards): Adds excluded to options in variable in `newr…

feat(dashboards): Adds excluded to options in variable in `newr… #2696

Workflow file for this run

name: Security Scan
on:
push:
branches: [main]
schedule:
- cron: '0 6 * * *'
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