-
Notifications
You must be signed in to change notification settings - Fork 8
/
so_configuration_sca_current.yml
38 lines (34 loc) · 1.29 KB
/
so_configuration_sca_current.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
trivy_image_backend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-backend:1.24.0"
FURTHER_PARAMETERS: "--pkg-types os --db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_backend_image.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "1.24.0"
trivy_image_frontend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-frontend:1.24.0"
FURTHER_PARAMETERS: "--pkg-types os --db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_frontend_image.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "1.24.0"
trivy_filesystem_backend_current:
SCANNER: trivy_filesystem
RUN_DIRECTORY: "."
TARGET: "backend/poetry.lock"
FURTHER_PARAMETERS: "--db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_backend_poetry.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "1.24.0"
trivy_filesystem_frontend_current:
SCANNER: trivy_filesystem
RUN_DIRECTORY: "."
TARGET: "frontend/package-lock.json"
FURTHER_PARAMETERS: "--db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_frontend_npm.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "1.24.0"
importer:
SO_UPLOAD: "true"
SO_API_BASE_URL: "https://secobserve-backend.maibornwolff.de"
SO_PRODUCT_NAME: "SecObserve"