-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CM-22319 - Run secrets scanning asynchronously using polling mechanism (
#136)
- Loading branch information
Showing
9 changed files
with
311 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
[ | ||
{ | ||
"source_policy_name": "Secrets detection", | ||
"source_policy_type": "SensitiveContent", | ||
"source_entity_name": null, | ||
"source_entity_id": null, | ||
"detection_type_id": "7dff932a-418f-47ee-abb0-703e0f6592cd", | ||
"root_id": null, | ||
"status": "Open", | ||
"status_updated_at": null, | ||
"status_reason": null, | ||
"status_change_message": null, | ||
"source_entity_type": "Audit", | ||
"detection_details": { | ||
"organization_name": null, | ||
"organization_id": "", | ||
"sha512": "6e6c867188c04340d9ecfa1b7e56a356e605f2a70fbda865f11b4a57eb07e634", | ||
"provider": "CycodeCli", | ||
"concrete_provider": "CycodeCli", | ||
"length": 55, | ||
"start_position": 19, | ||
"line": 0, | ||
"commit_id": null, | ||
"member_id": "", | ||
"member_name": "", | ||
"member_email": "", | ||
"author_name": "", | ||
"author_email": "", | ||
"branch_name": "", | ||
"committer_name": "", | ||
"committed_at": "0001-01-01T00:00:00+00:00", | ||
"file_path": "%FILEPATH%", | ||
"file_name": "secrets.py", | ||
"file_extension": ".py", | ||
"url": null, | ||
"should_resolve_upon_branch_deletion": false, | ||
"position_in_line": 19, | ||
"repository_name": null, | ||
"repository_id": null, | ||
"old_detection_id": "f35c42f99d3712d4593d5ee16a9ceb36ca9fb20b33e68edd0e00847e6a02a7b6" | ||
}, | ||
"severity": "Medium", | ||
"remediable": false, | ||
"correlation_message": "Secret of type 'Slack Token' was found in filename 'secrets.py' within '' repository", | ||
"provider": "CycodeCli", | ||
"scan_id": "%SCAN_ID%", | ||
"assignee_id": null, | ||
"type": "slack-token", | ||
"is_hidden": false, | ||
"tags": [], | ||
"detection_rule_id": "26ab3395-2522-4061-a50a-c69c2d622ca1", | ||
"classification": null, | ||
"priority": 0, | ||
"metadata": null, | ||
"labels": [], | ||
"detection_id": "f35c42f99d3712d4593d5ee16a9ceb36ca9fb20b33e68edd0e00847e6a02a7b6", | ||
"internal_note": null, | ||
"sdlc_stages": [ | ||
"Code", | ||
"Container Registry", | ||
"Productivity Tools", | ||
"Cloud", | ||
"Build" | ||
], | ||
"policy_labels": [], | ||
"category": "SecretDetection", | ||
"sub_category": "SensitiveContent", | ||
"sub_category_v2": "Messaging Systems", | ||
"policy_tags": [], | ||
"remediations": [], | ||
"instruction_details": { | ||
"instruction_name_to_single_id_map": null, | ||
"instruction_name_to_multiple_ids_map": null, | ||
"instruction_tags": null | ||
}, | ||
"external_detection_references": [], | ||
"project_ids": [], | ||
"tenant_id": "123456-663f-4e27-9170-e559c2379292", | ||
"id": "123456-895a-4830-b6c1-b948e99b71a4", | ||
"created_date": "2023-10-25T11:07:14.7516793+00:00", | ||
"updated_date": "2023-10-25T11:07:14.7616063+00:00" | ||
} | ||
] |
Oops, something went wrong.