Skip to content

Commit

Permalink
Explicit semgrep install (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 14, 2024
1 parent 6982d47 commit 83a95fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion njsscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__title__ = 'njsscan'
__authors__ = 'Ajin Abraham'
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
__version__ = '0.4.2'
__version__ = '0.4.3'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def get_version(rel_path):
long_description_content_type='text/markdown',
install_requires=[
'colorama>=0.4.5',
'libsast>=3.1.0',
'libsast>=3.1.4',
'semgrep==1.86.0',
'sarif-om>=1.0.4',
'jschema-to-python>=1.2.3',
'tabulate>=0.8.10',
Expand Down

0 comments on commit 83a95fd

Please sign in to comment.