Skip to content

build(gomod): bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.1 #58

build(gomod): bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.1

build(gomod): bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.1 #58

Workflow file for this run

name: Security
on:
push:
paths:
- '**.go'
- '**.mod'
branches:
- main
pull_request:
paths:
- '**.go'
- '**.mod'
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run Gosec
uses: securego/gosec@master
with:
args: -exclude-dir=internal/*/ ./...