Skip to content

feat: built-in sanitization & redaction with advanced anti-evasion hardening #58

feat: built-in sanitization & redaction with advanced anti-evasion hardening

feat: built-in sanitization & redaction with advanced anti-evasion hardening #58

Workflow file for this run

name: CI / Go
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
- 'testdata/**'
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
- 'testdata/**'
workflow_dispatch:
permissions:
contents: read
jobs:
go:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/reusable-go.yml
with:
ref: ${{ github.sha }}