Skip to content

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678) #1391

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678)

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678) #1391

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@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.17.0
with:
args: '-exclude=G104,G304,G402 ./...'