Skip to content
Snippets Groups Projects
Commit 5278cfd5 authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

Merge branch 'static-code-analysis-on-xls-branch' of...

Merge branch 'static-code-analysis-on-xls-branch' of git.unl.edu:unl-its/docker-ci into static-code-analysis-on-xls-branch
parents 1aaf885d 66857434
Branches
No related tags found
4 merge requests!5Develop,!4Working copy,!3Static code analysis on xls branch,!1WIP: Static code analysis on xls branch
......@@ -4,21 +4,21 @@ stages:
- test
- security
.Check Makefile:
Check Makefile:
stage: verify
tags:
- linux, dockerd
script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
.Lint and Validate dockerfiles:
Lint and Validate dockerfiles:
stage: verify
tags:
- linux, dockerd
script:
- make test
.Make All Images:
Make All Images:
stage: build
image: projectatomic/dockerfile-lint
tags:
......@@ -26,14 +26,14 @@ stages:
script:
- make
.test:
test:
stage: test
tags:
- dockerd
script:
- docker run --rm unl-its/static-code-analysis sonar-scanner -v
Push to Tenable:
Scan with Tenable:
stage: security
tags:
- linux, dockerd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment