mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-13 00:17:18 +00:00
specify go sum path
This commit is contained in:
parent
4a2c6d5bea
commit
b751b9ec31
1 changed files with 1 additions and 0 deletions
1
.github/workflows/snifftest.yml
vendored
1
.github/workflows/snifftest.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: hack/snifftest/go.sum
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run Snifftest
|
||||
run: make snifftest
|
||||
|
|
Loading…
Reference in a new issue