Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/rule/ruleconfiguration/ruleconfiguration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5266,7 +5266,7 @@ var configurations = []Type{
SuperprojectType: projecttype.All,
Category: "data",
Subcategory: "tool",
ID: "IT025 ",
ID: "IT025",
Brief: "packages[*].tools[*].systems[*].checksum missing",
Description: "A `systems` object for one of the package index's tools is missing a `checksum` property.",
MessageTemplate: "Missing packages[*].tools[*].systems[*].checksum property in tool(s):\n{{.}}",
Expand Down
Loading