From 8b42671e4a8e85420fcc318e089855fbe6b0369d Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 28 May 2025 16:52:32 -0600 Subject: [PATCH] mark workflows as deprecated --- .github/workflows/llmsecops-cicd.llm.yml | 2 +- .github/workflows/llmsecops-cicd.llm_rag.yml | 2 +- .github/workflows/llmsecops-cicd.test.garak.yml | 2 +- .github/workflows/llmsecops-cicd.test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index 5dfec1736..c957295e9 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (LLM, no RAG)' +name: '[Deprecated] LLM Prompt Testing (LLM, no RAG)' on: workflow_dispatch: jobs: diff --git a/.github/workflows/llmsecops-cicd.llm_rag.yml b/.github/workflows/llmsecops-cicd.llm_rag.yml index 6e1f8e7dd..3199edeee 100644 --- a/.github/workflows/llmsecops-cicd.llm_rag.yml +++ b/.github/workflows/llmsecops-cicd.llm_rag.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (WSGI)' +name: '[Deprecated] LLM Prompt Testing (WSGI)' on: workflow_dispatch: diff --git a/.github/workflows/llmsecops-cicd.test.garak.yml b/.github/workflows/llmsecops-cicd.test.garak.yml index 8e4fe1f58..52fc49892 100644 --- a/.github/workflows/llmsecops-cicd.test.garak.yml +++ b/.github/workflows/llmsecops-cicd.test.garak.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (Garak test.Test probe)' +name: '[Deprecated] LLM Prompt Testing (Garak test.Test probe)' on: workflow_dispatch: diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index a660db422..44ef07073 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -1,4 +1,4 @@ -name: 'LLM Prompt Testing (LangChain)' +name: '[Deprecated] LLM Prompt Testing (LangChain)' on: workflow_dispatch: