[feat] - Replace regexp pkg w/ go-re2 in detectors (#2324) #2011
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Snifftest | |
on: | |
push: | |
tags: | |
- v* | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: read | |
jobs: | |
Snifftest: | |
name: Run Snifftest | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.21' | |
- uses: actions/checkout@v4 | |
- name: Run Snifftest | |
run: make snifftest |