Skip to content

Commit 83a95fd

Browse files
authored
Explicit semgrep install (#126)
1 parent 6982d47 commit 83a95fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

njsscan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = 'njsscan'
77
__authors__ = 'Ajin Abraham'
88
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9-
__version__ = '0.4.2'
9+
__version__ = '0.4.3'
1010
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1111
__all__ = [
1212
'__title__',

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def get_version(rel_path):
4949
long_description_content_type='text/markdown',
5050
install_requires=[
5151
'colorama>=0.4.5',
52-
'libsast>=3.1.0',
52+
'libsast>=3.1.4',
53+
'semgrep==1.86.0',
5354
'sarif-om>=1.0.4',
5455
'jschema-to-python>=1.2.3',
5556
'tabulate>=0.8.10',

0 commit comments

Comments
 (0)