Skip to content

fix(synthetics): Fix to detect differences in locations_public of syt… #2741

fix(synthetics): Fix to detect differences in locations_public of syt…

fix(synthetics): Fix to detect differences in locations_public of syt… #2741

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