Secret Scanning
secret scanning detects sensitive information such as passwords and api keys within provided text to help prevent accidental exposure secret scanning enables automated detection of sensitive information such as passwords, api keys, and other secrets within text data this connector allows swimlane turbine users to seamlessly scan any text for potential secrets, helping to identify and mitigate accidental exposure of credentials or confidential data by integrating secret scanning with swimlane turbine, security teams can automate secret detection in their workflows, reduce the risk of data leaks, and ensure compliance with security best practices the connector provides flexible options to include detected secrets and raw data in the output, supporting thorough investigation and response within automated playbooks scan for secrets task this task has a flag that will return both the secrets and the text scanned be careful when turning this flags on as returning matches might cause further spillage actions scan for secrets scan provided text for potential secrets such as passwords or api keys using secret scanning and receive a list of detected sensitive information input argument name type required description text string required parameter for scan for secrets include matches boolean optional should include secrets detected this might increase spillage as secrets are included in the output include raw data boolean optional should include the raw data analyzed returns the entire raw data analyzed this might increase spillage as secrets might are included in the output input example {"text" "string","include matches"\ true,"include raw data"\ true} output parameter type description headers array http headers for the request headers file name string http headers for the request headers file string http headers for the request reason string response reason phrase status code number http status code of the response secrets array output field secrets secrets description string output field secrets description secrets matches array output field secrets matches secrets id string unique identifier secrets keywords array output field secrets keywords data analyzed string response data output example {"headers" \[],"reason" "ok","status code" 200,"secrets" \[{"description" "gcp api key","matches" \[],"id" "gcp api key","keywords" \[]},{"description" "generic api key","matches" \[],"id" "generic api key","keywords" \[]},{"description" "slack token","matches" \[],"id" "slack access token","keywords" \[]}],"data analyzed" "xoxp 144qwerty\n\n\n https //www googleapis com/youtube/v3/search?part=snippet\&ke "} response headers header description example content type the media type of the resource application/json date the date and time at which the message was originated thu, 01 jan 2024 00 00 00 gmt