Skip to content

Migrate to sentry-go v0.46.2 + Go 1.25; logsentry error routing; thread-safe golog.ErrorHandler (breaking) #226

Migrate to sentry-go v0.46.2 + Go 1.25; logsentry error routing; thread-safe golog.ErrorHandler (breaking)

Migrate to sentry-go v0.46.2 + Go 1.25; logsentry error routing; thread-safe golog.ErrorHandler (breaking) #226

Workflow file for this run

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