Skip to content

chore(deps): bump github.com/zricethezav/gitleaks/v8 from 8.8.4 to 8.18.1 #191

chore(deps): bump github.com/zricethezav/gitleaks/v8 from 8.8.4 to 8.18.1

chore(deps): bump github.com/zricethezav/gitleaks/v8 from 8.8.4 to 8.18.1 #191

Workflow file for this run

name: test
on: [pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: |
go test -race ./... -coverprofile cover.out
- name: Coverage
run: go tool cover -func cover.out