From 9de34e2835dbd7774333ab37d8c3a34ef37f676d Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 2 Jan 2025 01:53:26 +0200 Subject: [PATCH] feat(add GH action doc): --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 934fcfa..42552de 100644 --- a/Readme.md +++ b/Readme.md @@ -306,7 +306,11 @@ Replace `$GROQ_API_KEY` with your actual API key and ensure that the `file` para ## CI/CD integration -TBD +This sample GitHub Action is designed to perform automated security scans + +[Sample GitHub Action Workflow](https://github.com/msoedov/agentic_security/blob/main/.github/workflows/security-scan.yml) + +This setup ensures a continuous integration approach towards maintaining security in your projects. ## Documentation