Skip to content

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /tools #1233

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /tools

chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /tools #1233

Workflow file for this run

name: Security Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
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