You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Services publish docker image on manual event
5
+
on:
6
+
workflow_dispatch:
7
+
inputs:
8
+
services:
9
+
default: "asr"
10
+
description: "List of services to test [agent_langchain,asr,chathistory_mongo,dataprep_milvus,embeddings,guardrails,knowledgegraphs,llms,lvms,prompt_registry,ragas,reranks,retrievers,tts,vectorstores,web_retrievers]"
11
+
required: false
12
+
type: string
13
+
images:
14
+
default: ""
15
+
description: "List of images to scan [dataprep-pgvector,dataprep-pinecone...]"
name: Comps docker images BoM scan on manual event
4
+
name: Services docker images BoM/CVE scan on manual event
5
5
on:
6
6
workflow_dispatch:
7
7
inputs:
8
8
services:
9
9
default: "asr"
10
10
description: "List of services to test [agent_langchain,asr,chathistory_mongo,dataprep_milvus...]"#,embeddings,guardrails,knowledgegraphs,llms,lvms,prompt_registry,ragas,reranks,retrievers,tts,vectorstores,web_retrievers]"
11
-
required: true
11
+
required: false
12
+
type: string
13
+
images:
14
+
default: ""
15
+
description: "List of images to scan [dataprep-pgvector,dataprep-pinecone...]"
0 commit comments