File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.1.15 "
9
+ version = " 2.1.16 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.1.15 '
2
+ __version__ = '2.1.16 '
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ def main_code():
260
260
output_handler .handle_output (diff )
261
261
262
262
# Handle license generation
263
- if should_skip_scan and diff .id != "no_diff_id" and config .generate_license :
263
+ if not should_skip_scan and diff .id != "no_diff_id" and config .generate_license :
264
264
all_packages = {}
265
265
for purl in diff .packages :
266
266
package = diff .packages [purl ]
You can’t perform that action at this time.
0 commit comments