Skip to content

Bump github.com/spf13/cast from 1.6.0 to 1.7.1 #1709

Bump github.com/spf13/cast from 1.6.0 to 1.7.1

Bump github.com/spf13/cast from 1.6.0 to 1.7.1 #1709

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- feature/dev
- development
pull_request:
branches:
- feature/dev
- development
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: informalsystems/gosec@master
with:
args: ./...