8000 Bump golang.org/x/crypto from 0.32.0 to 0.35.0 · everstake/bip39@406752d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump golang.org/x/crypto from 0.32.0 to 0.35.0 #66

Bump golang.org/x/crypto from 0.32.0 to 0.35.0

Bump golang.org/x/crypto from 0.32.0 to 0.35.0 #66

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
0