Skip to content

Commit bd89840

Browse files
committed
fix tests
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent ce5f85e commit bd89840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/attestation/crafter/materials/gitleaks_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ func TestGitleaksReportCrafter_Craft(t *testing.T) {
8888
name: "clean report (no secrets)",
8989
filePath: "./testdata/gitleaks-report-clean.json",
9090
annotations: map[string]string{
91-
"chainloop.material.tool.name": "Gitleaks",
91+
"chainloop.material.tool.name": "gitleaks",
9292
},
9393
},
9494
{
9595
name: "report with violations",
9696
filePath: "./testdata/gitleaks-report-violations.json",
9797
annotations: map[string]string{
98-
"chainloop.material.tool.name": "Gitleaks",
98+
"chainloop.material.tool.name": "gitleaks",
9999
},
100100
},
101101
}

0 commit comments

Comments
 (0)