From a1448c4d5d2a83e0ce0710fe825c109903cf2f48 Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:45:31 +0000 Subject: [PATCH] Fix expected readme path for plugins --- pipelines/full-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/full-build.yaml b/pipelines/full-build.yaml index f96125a..d234bb7 100644 --- a/pipelines/full-build.yaml +++ b/pipelines/full-build.yaml @@ -216,15 +216,15 @@ stages: UI-plugin-lookup-assemblyline: CONTAINER_NAME: assemblyline-ui-plugin-lookup-assemblyline DIRECTORY: assemblyline-ui - README_PATH: plugins/external_lookup/assemblyline_lookup + README_PATH: plugins/external_lookup/assemblyline_lookup/README.md UI-plugin-lookup-malwarebazaar: CONTAINER_NAME: assemblyline-ui-plugin-lookup-malwarebazaar DIRECTORY: assemblyline-ui - README_PATH: plugins/external_lookup/malware_bazaar + README_PATH: plugins/external_lookup/malware_bazaar/README.md UI-plugin-lookup-virustotal: CONTAINER_NAME: assemblyline-ui-plugin-lookup-virustotal DIRECTORY: assemblyline-ui - README_PATH: plugins/external_lookup/virustotal + README_PATH: plugins/external_lookup/virustotal/README.md UI-frontend: CONTAINER_NAME: assemblyline-ui-frontend SocketIO: