Skip to content

build(deps): bump github.com/tenntenn/testtime from 0.2.2 to 0.3.0 #513

build(deps): bump github.com/tenntenn/testtime from 0.2.2 to 0.3.0

build(deps): bump github.com/tenntenn/testtime from 0.2.2 to 0.3.0 #513

Workflow file for this run

name: Gosec
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: --exclude-dir=examples --exclude-dir=aws ./...