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