Skip to content
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

Dev Add Cloud tools (cloudsplaining, cloudsploit and prowler) #180

Merged
merged 14 commits into from
Jul 19, 2023

Conversation

clomic
Copy link
Contributor

@clomic clomic commented Jun 29, 2023

Description

Add Cloud security assessment tools (cloudsplaining, cloudsploit and prowler)


function install_cloudsploit() {
colorecho "Installing Cloudsploit"
git -C /opt/tools/ clone https://github.com/aquasecurity/cloudsploit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add --depth 1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done (thks)

@QU35T-code
Copy link
Member

Hey @clomic,

Thanks for this contrib !

@QU35T-code QU35T-code added new tool(s) This adds one or multiple tools to Exegol waiting for additional changes Further changes are requested labels Jun 29, 2023
Added --depth 1 in install_cloudsploit function
@QU35T-code QU35T-code removed the waiting for additional changes Further changes are requested label Jul 2, 2023
@QU35T-code
Copy link
Member

@clomic,

Can you merge with the remote dev branch ? Otherwise, the update of the donpapi tool will block the workflow

@QU35T-code QU35T-code added the waiting for additional changes Further changes are requested label Jul 6, 2023
@QU35T-code QU35T-code self-requested a review July 11, 2023 07:18
function install_cloudsploit() {
colorecho "Installing Cloudsploit"
git -C /opt/tools/ clone --depth 1 https://github.com/aquasecurity/cloudsploit
cd /opt/cloudsploit && npm install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Not fixed.

@@ -0,0 +1 @@
alias cloudsploit='/opt/cloudsploit/index.js'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Not fixed.

sources/install/package_cloud.sh Show resolved Hide resolved
@clomic clomic requested a review from QU35T-code July 17, 2023 09:52
@@ -0,0 +1 @@
alias cloudsploit='/opt/cloudsploit/index.js'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Not fixed.

function install_cloudsploit() {
colorecho "Installing Cloudsploit"
git -C /opt/tools/ clone --depth 1 https://github.com/aquasecurity/cloudsploit
cd /opt/cloudsploit && npm install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/opt/tools/cloudsploit (missing tools)

Not fixed.

Correct cloudsploit directory
@clomic
Copy link
Contributor Author

clomic commented Jul 18, 2023

Sorry, the directory was wrong (/opt/cloudsploit instead of /opt/tools/cloudsploit)...

@clomic clomic requested a review from QU35T-code July 18, 2023 14:11
@QU35T-code
Copy link
Member

QU35T-code commented Jul 18, 2023

@clomic,

Can you check all my requests ?
The directory is also wrong here : sources/assets/zsh/aliases.d/cloudsploit

@QU35T-code QU35T-code self-assigned this Jul 18, 2023
@clomic
Copy link
Contributor Author

clomic commented Jul 18, 2023

Done

content is not relevant
@ShutdownRepo ShutdownRepo merged commit 501b590 into ThePorgs:dev Jul 19, 2023
5 of 7 checks passed
@ShutdownRepo ShutdownRepo mentioned this pull request Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tool(s) This adds one or multiple tools to Exegol waiting for additional changes Further changes are requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants