Skip to content

Commit

Permalink
Merge pull request #70 from MobSF/bump
Browse files Browse the repository at this point in the history
semgrep + libsast bump
  • Loading branch information
ajinabraham authored Aug 29, 2023
2 parents 8ac02b7 + 21b4b16 commit 2bf9e66
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 266 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, '3.10']
python-version: [3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox semgrep==1.21.0
pip install tox semgrep==0.117.0
- name: Lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
colorama = ">=0.4.5"
libsast = ">=1.5.1"
libsast = ">=1.5.3"
sarif-om = ">=1.0.4"
jschema-to-python = ">=1.2.3"
tabulate = ">=0.8.10"
Expand Down
Loading

0 comments on commit 2bf9e66

Please sign in to comment.