We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ef489 commit 46eef00Copy full SHA for 46eef00
1 file changed
internal/events/finding.go
@@ -296,7 +296,6 @@ func (shf *SecurityHubV2Finding) BuildConsoleUrl(consoleURL, accessPortalURL, ac
296
view = "vulnerabilities"
297
}
298
299
- // https://883776786067-fwrss4sa.us-east-1.console.aws.amazon.com/securityhub/v2/home?region=us-east-1#/postureManagement?findingDetailId=b864b75ebfd1bf2a9c0353af5a446dd521ca0af231d56d671311494ecdcedbb8&detailPanelTabId=Resources
300
dst := fmt.Sprintf(
301
"%s/securityhub/v2/home?region=%s#/%s?findingDetailId=%s",
302
consoleURL, region, view, shf.Metadata.UID,
0 commit comments