securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Reorder steps and tweaks in manual deployment #201

Closed MVrachev closed 5 years ago

MVrachev commented 5 years ago

Steps 3 and 4 from the "Setting up a manual deployment" doc should be done before step 2. Using the current order doesn't work because the GOPATH is needed in order to install Gosec.

Another problem is that we are downloading Gosec with "go get". That means that we are downloading the latest commit from the master branch which can be unstable. It's a lot better to download a specific version.

Signed-off-by: Martin Vrachev mvrachev@vmware.com