mirror of
https://github.com/drone/drone-gitleaks.git
synced 2026-06-14 05:12:52 +08:00
fix template url
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import (
|
||||
func (args Args) writeCard(dat []match) error {
|
||||
result, _ := json.Marshal(CardIssues{Issues: dat})
|
||||
card := drone.CardInput{
|
||||
Schema: "https://drone-plugins.github.io/drone-gitleaks/card.json",
|
||||
Schema: "https://drone.github.io/drone-gitleaks/card.json",
|
||||
Data: result,
|
||||
}
|
||||
writeCard(args.CardFilePath, &card)
|
||||
|
||||
Reference in New Issue
Block a user