Skip to content

Commit 5400af5

Browse files
committed
fix: fixed main workflow removed gitleaks for now
1 parent ff2290d commit 5400af5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
3333
run: |
34-
brew install gitleaks
3534
python -m pip install --upgrade pip setuptools wheel
3635
pip install -r dev_requirements.txt
3736
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
@@ -40,10 +39,4 @@ jobs:
4039
pytest -s --log-cli-level=INFO --timeout=3000 --color=auto --log-cli-format="%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" ./tests/unit_tests/
4140
- name: Lint with pylint
4241
run: |
43-
pylint --rcfile ./.pylintrc ironsource_api
44-
45-
- name: gitleaks-action
46-
run: |
47-
gitleaks --verbose detect --log-opts --since="2021-11-25"
48-
49-
42+
pylint --rcfile ./.pylintrc ironsource_api

0 commit comments

Comments
 (0)