package
Version:
v0.17.2
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "manifest",
Requires: []*analysis.Analyzer{archive.Analyzer, published.Analyzer},
Run: run,
Rules: []*analysis.Rule{
unsignedPlugin,
undeclaredFiles,
emptyManifest,
wrongManifest,
invalidShaSum,
},
}
type ManifestFile struct {
Files map[string]string `json:"files"`
RootUrls []string `json:"rootUrls"`
SignatureType string `json:"signatureType"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.