Skip to content

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22 #55

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22

build(gomod): bump github.com/sijms/go-ora/v2 from 2.8.21 to 2.8.22 #55

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/*/ ./...