From 8121c28bc7a52b549b88c706ee22fa165d4e24fd Mon Sep 17 00:00:00 2001 From: mayusB <54024278+mayusB@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:03:47 +0100 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..b7c2c94 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +variables: +- group: Semgrep_Mayowa + +jobs: +- job: Semgrep + steps: + - script: | + python -m pip install --upgrade pip + pip install semgrep + echo "Semgrep full scan" + semgrep login + semgrep ci + env: + SEMGREP_APP_TOKEN: $(SEMGREP_APP_TOKEN)