donal
2018-04-22 7c2c91ca58b0f013793cbb52c92fddc3dfcbb93a
ADD some more pics
1 files modified
9 ■■■■ changed files
exercises/5-non-functionals-strike-back/README.md 9 ●●●● patch | view | raw | blame | history
exercises/5-non-functionals-strike-back/README.md
@@ -158,7 +158,14 @@
    }
```
2. With this config in place run a build on Jenkins. Once the Jobs have completed; navigate to the Jobs status and see the scores. You can find the graphs and test reports on overview of the Job. Explore the results!
2. With this config in place run a build on Jenkins. To do this; commit your code (from your terminal):
```bash
$ git add .
$ git commit -m "ADD - security scanning tools to pipeline"
$ git push
```
2. Once the Jobs have completed; navigate to the Jobs status and see the scores. You can find the graphs and test reports on overview of the Job. Explore the results!
![report-arachni](../images/exercise5/report-arachni.png)
![jenkins-arachni](../images/exercise5/jenkins-arachni.png)