Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion trufflehog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trufflehog
version: "3.88.16"
epoch: 0
epoch: 1
description: Find, verify, and analyze leaked credentials
dependencies:
runtime:
Expand All @@ -26,6 +26,7 @@ pipeline:
with:
deps: |-
github.com/go-jose/go-jose/v4@v4.0.5
golang.org/x/oauth2@v0.27.0

- uses: go/build
with:
Expand Down