mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
Compare commits
17 Commits
bd138dd5aa
...
86a18e66f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 86a18e66f7 | |||
| ec27800d62 | |||
| 30e66ce890 | |||
| f022223da3 | |||
| 94e84d03c2 | |||
| 9915863650 | |||
| 88c41f2bcf | |||
| 9ac830a505 | |||
| e85fe9c98e | |||
| ce2460b33a | |||
| 9007376ad3 | |||
| cc91ef474c | |||
| e3e05a6430 | |||
| 4a422730b1 | |||
| 233d5c4ff8 | |||
| 6907785036 | |||
| 8c911c27a9 |
@@ -2,6 +2,9 @@
|
|||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- notify1
|
- notify1
|
||||||
- lint
|
- lint
|
||||||
|
- test
|
||||||
|
- security
|
||||||
|
- dast
|
||||||
- build
|
- build
|
||||||
- clean
|
- clean
|
||||||
- notify
|
- notify
|
||||||
@@ -31,6 +34,14 @@ lint:
|
|||||||
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
|
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_MESSAGE =~ /lint/'
|
- if: '$CI_COMMIT_MESSAGE =~ /lint/'
|
||||||
|
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||||
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
|
- template: Security/DAST.gitlab-ci.yml
|
||||||
|
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
image: r.sectorq.eu/jaydee/builder:amd64
|
image: r.sectorq.eu/jaydee/builder:amd64
|
||||||
@@ -99,4 +110,4 @@ notify2:
|
|||||||
- curl -XPOST http://192.168.77.101:8123/api/webhook/voice-notifications-tC_8YKxMJIAaQRV5riKuC7Zl --data-raw 'message=portainer build job failed'
|
- curl -XPOST http://192.168.77.101:8123/api/webhook/voice-notifications-tC_8YKxMJIAaQRV5riKuC7Zl --data-raw 'message=portainer build job failed'
|
||||||
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
|
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_MESSAGE =~ /build/'
|
- if: '$CI_COMMIT_MESSAGE =~ /build/'
|
||||||
|
|||||||
2
.gitlab/sast-ruleset.toml
Normal file
2
.gitlab/sast-ruleset.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[semgrep]
|
||||||
|
exclude = ["bandit.B101", "java_deserialization_rule-JacksonUnsafeDeserialization"]
|
||||||
0
.gitlab/secret-detection-ruleset.toml
Normal file
0
.gitlab/secret-detection-ruleset.toml
Normal file
Reference in New Issue
Block a user