Skip to content

Commit

Permalink
chore: support LICENSES variable in Python script (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Oct 22, 2024
1 parent bf6f4f0 commit 7ff9723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"CONFIGURATION",
"RULES",
"SCRIPT",
"LICENSES",
] + IMPORTER_VARIABLES


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from vulnerability_scanner.configuration import (
SCANNER_VARIABLES,
clean_configuration,
get_configuration_from_file,
set_importer_configuration,
Expand Down

0 comments on commit 7ff9723

Please sign in to comment.