fix: correct N14 verifier forbidden field scan
This commit is contained in:
@@ -57,8 +57,8 @@ Write-Host "## output safety scan"
|
|||||||
$jsonRaw = Get-Content -LiteralPath $jsonPath -Raw -Encoding UTF8
|
$jsonRaw = Get-Content -LiteralPath $jsonPath -Raw -Encoding UTF8
|
||||||
$mdRaw = Get-Content -LiteralPath $mdPath -Raw -Encoding UTF8
|
$mdRaw = Get-Content -LiteralPath $mdPath -Raw -Encoding UTF8
|
||||||
$forbiddenOutput = @(
|
$forbiddenOutput = @(
|
||||||
'\"name\"',
|
'"name"',
|
||||||
'\"value\"',
|
'"value"',
|
||||||
'国网甘肃省电力公司',
|
'国网甘肃省电力公司',
|
||||||
'send_after_approval',
|
'send_after_approval',
|
||||||
'send_file_after_approval',
|
'send_file_after_approval',
|
||||||
|
|||||||
Reference in New Issue
Block a user