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

chore: re-enable gitlab-ci jobs

parent 3ab0e1ec
No related branches found
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: ...@@ -4,21 +4,21 @@ stages:
- test - test
- security - security
.Check Makefile: Check Makefile:
stage: verify stage: verify
tags: tags:
- linux, dockerd - linux, dockerd
script: script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile - docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
.Lint and Validate dockerfiles: Lint and Validate dockerfiles:
stage: verify stage: verify
tags: tags:
- linux, dockerd - linux, dockerd
script: script:
- make test - make test
.Make All Images: Make All Images:
stage: build stage: build
image: projectatomic/dockerfile-lint image: projectatomic/dockerfile-lint
tags: tags:
...@@ -26,14 +26,14 @@ stages: ...@@ -26,14 +26,14 @@ stages:
script: script:
- make - make
.test: test:
stage: test stage: test
tags: tags:
- dockerd - dockerd
script: script:
- docker run --rm unl-its/static-code-analysis sonar-scanner -v - docker run --rm unl-its/static-code-analysis sonar-scanner -v
Push to Tenable: Scan with Tenable:
stage: security stage: security
tags: tags:
- linux, dockerd - linux, dockerd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment