Skip to content

chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#1857) #1716

chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#1857)

chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#1857) #1716

Workflow file for this run

name: Security
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: '-exclude=G103,G104,G304,G402 ./...'