-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild-matrices.yaml
More file actions
67 lines (60 loc) · 1.7 KB
/
Copy pathbuild-matrices.yaml
File metadata and controls
67 lines (60 loc) · 1.7 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Build matrices configuration for all projects
# Release format: {project-name}-{version}
# Example: lrm-1.2.3, chatbot-2.1.0-beta
projects:
landing:
description: "Landing page web component"
include:
- name: landing
context: ./web/landing
tag: hub-web-landing
artifact-name: trivy-reports-landing
healthcheck:
description: "Health monitoring tool"
include:
- name: healthcheck
context: ./tools/healthcheck
tag: hub-healthcheck
artifact-name: trivy-reports-healthcheck
openssl:
description: "OpenSSL utilities"
include:
- name: openssl
context: ./tools/openssl
tag: openssl
artifact-name: trivy-reports-openssl
annuaire:
description: "Directory service"
include:
- name: annuaire
context: ./tools/annuaire
tag: hub-annuaire
artifact-name: trivy-reports-annuaire
chatbot:
description: "AI chatbot assistant"
include:
- name: chatbot
context: ./tools/chatbot
tag: hub-chatbot
artifact-name: trivy-reports-chatbot
demo-app-tempo:
description: "Simple demo app for Tempo"
include:
- name: demo-app-tempo
context: ./tools/demo-app-tempo
tag: demo-app-tempo
artifact-name: trivy-reports-tempo
specs-back:
description: "Specs server"
include:
- name: specs-back
context: ./tools/specs/server
tag: hub-specs-back
artifact-name: trivy-reports-specs-back
specs-front:
description: "Specs client"
include:
- name: specs-client
context: ./tools/specs/client
tag: hub-specs-client
artifact-name: trivy-reports-specs-client