Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
scanReleaseArchive
Function scanReleaseArchive
scanReleaseArchive
(
archivePath
:
string
,
)
:
{
findings
:
{
path
:
string
;
pattern
:
string
;
severity
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
snippetRedacted
:
string
;
type
:
string
;
}
[]
;
status
:
"PASS"
|
"FAIL"
;
v
:
1
;
}
Parameters
archivePath
:
string
Returns
{
findings
:
{
path
:
string
;
pattern
:
string
;
severity
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
snippetRedacted
:
string
;
type
:
string
;
}
[]
;
status
:
"PASS"
|
"FAIL"
;
v
:
1
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...