Skip to content

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 #105

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0

chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 #105

Workflow file for this run

name: "Security Check"
on:
pull_request:
branches:
- master
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: './...'