From 9e4bab7da14369f35a1152badc448fd8c0a26ec1 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Tue, 26 Sep 2023 16:42:10 +0300 Subject: [PATCH] try to scan deps --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 475d93e..c7351d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,6 +74,7 @@ workflows: when: not: << pipeline.parameters.nightly-security-scan >> jobs: + - test - scan-sast-pr: context: - frontend-deploy @@ -86,8 +87,7 @@ workflows: ignore: /.*/ tags: only: /^v.*/ - - - test + - publish: context: frontend-deploy filters: