File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,8 @@ uploadSuccessfulAnalysis (BaseDir basedir) metadata jsonOutput revision scanUnit
115
115
dieOnMonorepoUpload revision
116
116
org <- getOrganization
117
117
118
- if (orgSupportsReachability org)
119
- then void $ upload revision metadata reachabilityUnits
120
- else do
121
- logInfo . pretty $ " Organization: (" <> show (organizationId org) <> " ) does not support reachability. Skipping reachability analysis upload."
122
- logInfo . pretty $ " For reachability, refer to: " <> vulnReachabilityProductDocsUrl
118
+ when (orgSupportsReachability org) $
119
+ void $ upload revision metadata reachabilityUnits
123
120
124
121
logInfo " "
125
122
logInfo (" Using project name: `" <> pretty (projectName revision) <> " `" )
You can’t perform that action at this time.
0 commit comments