mirror of
https://github.com/drone/drone-gitleaks.git
synced 2026-07-06 16:02:37 +08:00
23e0e1d500
* extend plugin to publish adaptive card * fix template url * updated template * fixes issue with template facts not working * adjust width * strech column for card * add data back in * add sample data
14 lines
397 B
Modula-2
14 lines
397 B
Modula-2
module github.com/drone/drone-gitleaks
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/drone/drone-go v1.7.1 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
github.com/zricethezav/gitleaks/v7 v7.6.1 // indirect
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
)
|