Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.4.0 #196

Bump github.com/google/uuid from 1.3.0 to 1.4.0

Bump github.com/google/uuid from 1.3.0 to 1.4.0 #196

Workflow file for this run

on: [push, pull_request]
name: Security
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Gosec
uses: securego/gosec@master
with:
args: -exclude-dir=internal/*/ ./...