Skip to content

Commit

Permalink
update semgrep and libsast
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jul 16, 2022
1 parent 6bd3e98 commit f6b4e9f
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .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.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ verify_ssl = true
[dev-packages]

[packages]
colorama = ">=0.4.4"
libsast = ">=1.5.0"
colorama = ">=0.4.5"
libsast = ">=1.5.1"
sarif-om = ">=1.0.4"
jschema-to-python = ">=1.2.3"
tabulate = ">=0.8.9"
tabulate = ">=0.8.10"

[requires]
python_version = "3.9"
235 changes: 165 additions & 70 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6b4e9f

Please sign in to comment.