Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 3138643

Browse files
committed
Rename "Azure Container Scan" with "Container Scan" in the reports
1 parent 6041689 commit 3138643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sarif/sarif.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ func FromContainerScan(containerScanReport containerscan.ContainerScan) (SarifRe
8181
Schema: "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Documents/CommitteeSpecifications/2.1.0/sarif-schema-2.1.0.json",
8282
}
8383
sarifReportRunDriver := SarifReportRunToolDriver{
84-
Name: "azure-container-scan",
84+
Name: "container-scan",
8585
InformationUri: "https://github.com/Azure/container-scan",
86-
FullName: "Azure Container Scan",
86+
FullName: "Container Scan",
8787
Version: "0.1",
8888
}
8989
sarifReportRun := SarifReportRun{}

0 commit comments

Comments
 (0)