From 004d31f6cc23f4b1c5a6b97178d445ce46046df5 Mon Sep 17 00:00:00 2001 From: mayusB <54024278+mayusB@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:10:16 +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..a4a7da9 --- /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 + semgrep login + semgrep ci + env: + SEMGREP_APP_TOKEN: $(SEMGREP_APP_TOKEN) + SEMGREP_REPO_DISPLAY_NAME: monorepo-test--$(repo)