globocom / huskyCI

Performing security tests inside your CI
https://huskyci.opensource.globo.com
BSD 3-Clause "New" or "Revised" License
572 stars 137 forks source link

Documentation #489

Closed andrehck closed 4 years ago

andrehck commented 4 years ago

Add the command: chmod + x create-certs.sh before the command to create the ca. It's not a big deal, but I think it can help. image

rafaveira3 commented 4 years ago

Sup, @andrehck! Thanks for reaching out!

What's the context of this change request? I mean, in which scenarios did you need to do this chmod to run this script?

I have just run here make install here (that uses this file) and it worked fine without any issues!

andrehck commented 4 years ago

Following this application: https://huskyci.opensource.globo.com/docs/guides/install-in-my-org I had to run chmod before creating the CA certificate.

Krlier commented 4 years ago

Hey, @andrehck! Thanks for contributing! 🎉

I just added the chmod instruction to the documentation. You can find it here: https://huskyci.opensource.globo.com/docs/guides/install-in-my-org

rafaveira3 commented 4 years ago

Thanks, @andrehck and @Krlier! 🙃