Skip to content

Commit

Permalink
snyk test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Jan 15, 2025
1 parent b699002 commit 45fe174
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
30 changes: 12 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 45fe174

Please sign in to comment.