Skip to content

Commit

Permalink
Merge pull request #444 from okta/fix-snyk
Browse files Browse the repository at this point in the history
Fix snyk scan
  • Loading branch information
rajdeepnanua-okta authored Jan 15, 2025
2 parents b699002 + 6a26ee6 commit 44cae7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
26 changes: 10 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,17 @@ workflows:
security-scan:
jobs:
- setup:
filters:
branches:
only:
- master
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
filters:
branches:
only:
- master
requires:
- setup
filters:
branches:
only:
- master
- snyk-scan:
name: execute-snyk
context:
- static-analysis
filters:
branches:
only:
- master
branches:
only:
- master
requires:
- prepare-snyk
- setup
1 change: 0 additions & 1 deletion .github/workflows/okta-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44cae7b

Please sign in to comment.