fix(release): prepare aligned 0.1.45 composition and guarded candidate sequencing
This commit is contained in:
@@ -98,6 +98,10 @@ class SecurityAuditWrapperTests(unittest.TestCase):
|
||||
if [[ "${1:-}" == 'git' && "${2:-}" == '--help' ]]; then
|
||||
exit 0
|
||||
fi
|
||||
if [[ " $* " != *" --redact=100 "* ]]; then
|
||||
echo 'secret scans must redact reports and logs' >&2
|
||||
exit 3
|
||||
fi
|
||||
output=''
|
||||
while [[ $# -gt 0 ]]; do
|
||||
if [[ "$1" == '--report-path' ]]; then
|
||||
|
||||
Reference in New Issue
Block a user