Skip to content

Commit 45fe174

Browse files
snyk test
1 parent b699002 commit 45fe174

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

.circleci/config.yml

+12-18
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,18 @@ jobs:
7474
workflows:
7575
security-scan:
7676
jobs:
77-
- setup:
78-
filters:
79-
branches:
80-
only:
81-
- master
82-
- general-platform-helpers/job-snyk-prepare:
83-
name: prepare-snyk
84-
filters:
85-
branches:
86-
only:
87-
- master
88-
requires:
89-
- setup
77+
- setup
78+
# filters:
79+
# branches:
80+
# only:
81+
# - master
9082
- snyk-scan:
9183
name: execute-snyk
92-
filters:
93-
branches:
94-
only:
95-
- master
84+
context:
85+
- static-analysis
86+
# filters:
87+
# branches:
88+
# only:
89+
# - master
9690
requires:
97-
- prepare-snyk
91+
- setup

.github/workflows/okta-react-native.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-path: ./node_modules
2121
lock-hash: ${{ hashFiles('yarn.lock') }}
22-
- run: sudo apt-get install -y libappindicator1
2322
- name: Lint
2423
run: yarn lint
2524
- name: Test

0 commit comments

Comments
 (0)