Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
remove secret property from secret scanning findings
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldEAM committed Jul 10, 2024
1 parent 6ddbd63 commit 3b151b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sync/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,12 @@ export function createSecretScanningAlertEntity(
numericSeverity: 10,
category: 'application',
number: data.number,
url: data.html_url,
webLink: data.html_url,
state: data.state,
open: data.state === 'open',
resolution: data.resolution,
secretType: data.secret_type,
secretTypeDisplayName: data.secret_type_display_name,
secret: data.secret,
resolvedBy: data.resolved_by?.login,
resolvedOn: parseTimePropertyValue(data.resolved_at),
resolutionComment: data.resolution_comment,
Expand Down

0 comments on commit 3b151b9

Please sign in to comment.