mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
263 stars 63 forks source link

Link to sechub video "first steps" #16

Closed de-jcup closed 5 years ago

de-jcup commented 5 years ago

Link to a "first steps with sechub" video on YouTube.

de-jcup commented 5 years ago

Video will contain following steps:

git clone https://github.com/Daimler/sechub.git
./gradlew tasks
./gradlew ensureLocalhostCertificate 
./gradlew build
./gradlew startIntegrationTestServer
./gradlew startIntegrationTestAdminUI

At admin ui:

./gradlew buildGo
./sechub-cli/build/go/platform/linux-386/sechub -configfile ./sechub-other/examples/integrationtest/localhost/mocked-products/sechub-codescan-green.json -apitoken int-test_superadmin-pwd -wait 1 scan

export SECHUB_TRUSTALL=true
./sechub-cli/build/go/platform/linux-386/sechub -configfile ./sechub-other/examples/integrationtest/localhost/mocked-products/sechub-codescan-green.json -apitoken int-test_superadmin-pwd -wait 1 scan

./sechub-cli/build/go/platform/linux-386/sechub -configfile ./sechub-other/examples/integrationtest/localhost/mocked-products/sechub-codescan-yellow.json -apitoken int-test_superadmin-pwd -wait 1 scan

(we use #18 examples here)

de-jcup commented 5 years ago

Video available at https://youtu.be/l5cAFboEodk

de-jcup commented 5 years ago

Added video link at wiki : https://github.com/Daimler/sechub/wiki/First-steps#videos