Skip to content

fix(sl_alert_helper): refactor after team comments #2260

fix(sl_alert_helper): refactor after team comments

fix(sl_alert_helper): refactor after team comments #2260

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