-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove scoutsuite #1699
Remove scoutsuite #1699
Conversation
{ips: ips, setComponent: setComponent}) | ||
}}/> | ||
} | ||
{isNotRansomware(props.islandMode) && <AWSRunButton setComponent={setComponent}/> } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isNotRansomwareMode
or showRunOnAwsButton
are better names IMO, not important though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but we need to make sure we can run on remote AWS machines without errors, export findings and that ZT report is showing up OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just build the binaries and retest based on Vakaris comment.
And modify data in test_pillar_service.py accordingly
0d2009b
to
30bbfec
Compare
What does this PR do?
Fixes #1669
PR Checklist
Is the TravisCI build passing?Testing Checklist
Added relevant unit tests?If applicable, add screenshots or log transcripts of the feature working