forked from MaibornWolff/SecObserve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathso_configuration_sca_dev.yml
36 lines (32 loc) · 1.02 KB
/
so_configuration_sca_dev.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
trivy_image_backend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-backend:dev"
FURTHER_PARAMETERS: "--vuln-type os"
REPORT_NAME: "trivy_backend_image.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "dev"
trivy_image_frontend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-frontend:dev"
FURTHER_PARAMETERS: "--vuln-type os"
REPORT_NAME: "trivy_frontend_image.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "dev"
trivy_filesystem_backend_current:
SCANNER: trivy_filesystem
RUN_DIRECTORY: "."
TARGET: "backend/poetry.lock"
REPORT_NAME: "trivy_backend_poetry.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "dev"
trivy_filesystem_frontend_current:
SCANNER: trivy_filesystem
RUN_DIRECTORY: "."
TARGET: "frontend/package-lock.json"
REPORT_NAME: "trivy_frontend_npm.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "dev"
importer:
SO_UPLOAD: "true"
SO_API_BASE_URL: "https://secobserve-backend.maibornwolff.de"
SO_PRODUCT_NAME: "SecObserve"