mirror of
https://github.com/drone/drone-gitleaks.git
synced 2026-06-04 18:24:14 +08:00
12 lines
248 B
Go
12 lines
248 B
Go
// Copyright 2020 the Drone Authors. All rights reserved.
|
|
// Use of this source code is governed by the Blue Oak Model License
|
|
// that can be found in the LICENSE file.
|
|
|
|
package plugin
|
|
|
|
import "testing"
|
|
|
|
func TestPlugin(t *testing.T) {
|
|
t.Skip()
|
|
}
|