From 1e38e0cd9b0edc48760e9d0f3de6434fab1d8ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reigota?= Date: Mon, 21 Mar 2022 10:45:38 +0000 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..7766d91 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +# +# Example using JSON format +# +trigger: + - master +pool: + vmImage: "ubuntu-latest" +container: checkmarx/kics:debian +steps: + # running in CI mode, exporting results to a JSON file and printing the results in stdout + # KICS should fail the pipeline if results are found + - script: | + /app/bin/kics scan --ci -p ${PWD} -o ${PWD} + cat results.json