Skip to contents

Reads captured input files and generated textual artifacts from an unpack_call() result and reports strings that match common secret-shaped patterns. Reported previews are redacted and never include the full matched value.

Usage

scan_secrets(x)

Arguments

x

An insider_unpack object returned by unpack_call().

Value

An object of class insider_secret_scan.

Examples

if (FALSE) { # \dontrun{
scan_secrets(unpacked)
} # }