From 45fe1740dd274429a8ee1b594ec58282595e8abf Mon Sep 17 00:00:00 2001 From: Rajdeep Nanua Date: Wed, 15 Jan 2025 11:03:50 -0500 Subject: [PATCH] snyk test --- .circleci/config.yml | 30 ++++++++++--------------- .github/workflows/okta-react-native.yml | 1 - 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef337dc2..c48c70bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,24 +74,18 @@ jobs: workflows: security-scan: jobs: - - setup: - filters: - branches: - only: - - master - - general-platform-helpers/job-snyk-prepare: - name: prepare-snyk - filters: - branches: - only: - - master - requires: - - setup + - setup + # filters: + # branches: + # only: + # - master - snyk-scan: name: execute-snyk - filters: - branches: - only: - - master + context: + - static-analysis + # filters: + # branches: + # only: + # - master requires: - - prepare-snyk + - setup diff --git a/.github/workflows/okta-react-native.yml b/.github/workflows/okta-react-native.yml index f2ab1d3f..4342b8c6 100644 --- a/.github/workflows/okta-react-native.yml +++ b/.github/workflows/okta-react-native.yml @@ -19,7 +19,6 @@ jobs: with: node-path: ./node_modules lock-hash: ${{ hashFiles('yarn.lock') }} - - run: sudo apt-get install -y libappindicator1 - name: Lint run: yarn lint - name: Test