Compare commits

...

17 Commits

Author SHA1 Message Date
86a18e66f7 build 2026-03-11 13:42:56 +01:00
ec27800d62 build 2026-03-11 13:41:13 +01:00
30e66ce890 Update .gitlab-ci.yml file 2026-03-11 13:40:59 +01:00
f022223da3 build 2026-03-11 13:40:33 +01:00
94e84d03c2 Update .gitlab-ci.yml file 2026-03-11 13:40:21 +01:00
9915863650 Update .gitlab-ci.yml file 2026-03-11 13:38:21 +01:00
88c41f2bcf build 2026-03-11 13:35:27 +01:00
9ac830a505 Merge branch 'main' of gitlab.sectorq.eu:jaydee/portainer 2026-03-11 13:35:20 +01:00
e85fe9c98e build 2026-03-11 13:35:16 +01:00
ce2460b33a Update .gitlab-ci.yml file 2026-03-11 13:35:09 +01:00
9007376ad3 build 2026-03-11 13:30:41 +01:00
cc91ef474c build 2026-03-11 13:29:55 +01:00
e3e05a6430 Update .gitlab-ci.yml file 2026-03-11 13:29:47 +01:00
4a422730b1 build 2026-03-11 13:24:02 +01:00
233d5c4ff8 Update .gitlab-ci.yml file 2026-03-11 13:23:53 +01:00
6907785036 build 2026-03-11 13:22:33 +01:00
8c911c27a9 Update .gitlab-ci.yml file 2026-03-11 13:21:58 +01:00
4 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
stages: # List of stages for jobs, and their order of execution
- notify1
- lint
- test
- security
- dast
- build
- clean
- notify
@@ -31,6 +34,14 @@ lint:
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
rules:
- 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.
stage: build
image: r.sectorq.eu/jaydee/builder:amd64

View File

@@ -0,0 +1,2 @@
[semgrep]
exclude = ["bandit.B101", "java_deserialization_rule-JacksonUnsafeDeserialization"]

View File

View File

@@ -46,7 +46,7 @@ def setup_vault():
# Specify the mount point of your KV engine
return vclient
VERSION = "0.1.67"
VERSION = "0.1.74"
defaults = {