We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5f85e commit bd89840Copy full SHA for bd89840
1 file changed
pkg/attestation/crafter/materials/gitleaks_test.go
@@ -88,14 +88,14 @@ func TestGitleaksReportCrafter_Craft(t *testing.T) {
88
name: "clean report (no secrets)",
89
filePath: "./testdata/gitleaks-report-clean.json",
90
annotations: map[string]string{
91
- "chainloop.material.tool.name": "Gitleaks",
+ "chainloop.material.tool.name": "gitleaks",
92
},
93
94
{
95
name: "report with violations",
96
filePath: "./testdata/gitleaks-report-violations.json",
97
98
99
100
101
}
0 commit comments