Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ossf/scorecard
/ Error
Method
Error
checker/raw_result.go:489–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
487
}
488
489
func
(e *ElementError) Error() string {
490
return
fmt.Sprintf(
"%s: %v"
, e.Err, e.Location)
491
}
492
493
func
(e *ElementError) Unwrap() error {
494
return
e.Err
Callers
15
TestChecksHavePolicies
Function · 0.45
TestEnableCheck
Function · 0.45
TestParseFromFile
Function · 0.45
parseFromYAML
Function · 0.45
ValidateTestReturn
Function · 0.45
Packaging
Function · 0.45
Maintained
Function · 0.45
BranchProtection
Function · 0.45
SAST
Function · 0.45
CIIBestPractices
Function · 0.45
CITests
Function · 0.45
SignedReleases
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestChecksHavePolicies
Function · 0.36
TestEnableCheck
Function · 0.36
TestParseFromFile
Function · 0.36
TestGithubDangerousWorkflow
Function · 0.36
TestSAST
Function · 0.36
TestGithubWorkflowPinning
Function · 0.36
TestNonGithubWorkflowPinning
Function · 0.36
TestGithubWorkflowPkgManagerPinning
Function · 0.36
TestDockerfilePinning
Function · 0.36
TestDockerfileInsecureDownloadsBrokenCommands
Function · 0.36
TestDockerfilePinningWithoutHash
Function · 0.36
TestDockerfileScriptDownload
Function · 0.36