Skip to content

Commit 97a80ad

Browse files
committed
chore/security : refacto ci
1 parent e079ec4 commit 97a80ad

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/config/build-matrices.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ projects:
1919
tag: hub-healthcheck
2020
artifact-name: trivy-reports-healthcheck
2121

22-
chatbot:
23-
description: "AI chatbot service"
24-
include:
25-
- name: chatbot
26-
context: ./tools/chatbot
27-
tag: hub-chatbot
28-
artifact-name: trivy-reports-chatbot
29-
3022
openssl:
3123
description: "OpenSSL utilities"
3224
include:

.github/workflows/build-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Build images (landing, healthcheck, chatbot, openSSL, specs, annuaire)
1+
name: Build images (landing, healthcheck, openSSL, specs, annuaire)
22

33
on:
44
workflow_dispatch:
55
push:
66
tags:
77
- 'landing-*'
88
- 'healthcheck-*'
9-
- 'chatbot-*'
109
- 'openssl-*'
1110
- 'specs-*'
1211
- 'annuaire-*'

0 commit comments

Comments
 (0)