Skip to content

Commit

Permalink
fix: add argument to theharvester config file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-capone committed Sep 3, 2024
1 parent 4b99477 commit 6326282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/restfulharvest/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def get_config(organization, common_args):
'name': organization+'/restfulharvest',
'version': helper.clean_version(api_results['THEHARVESTER_GITHUB_INFO']['version']),
'buildargs': {
'PYTHON3_SLIM_VERSION': common_args['PYTHON3_SLIM_VERSION'],
'THEHARVESTER_DOWNLOAD_URL': api_results['THEHARVESTER_GITHUB_INFO']['url']
},
'tests': ['-h']
Expand Down
1 change: 1 addition & 0 deletions tools/theharvester/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def get_config(organization, common_args):
'name': organization+'/theharvester',
'version': helper.clean_version(api_results['THEHARVESTER_GITHUB_INFO']['version']),
'buildargs': {
'PYTHON3_SLIM_VERSION': common_args['PYTHON3_SLIM_VERSION'],
'THEHARVESTER_DOWNLOAD_URL': api_results['THEHARVESTER_GITHUB_INFO']['url']
},
'tests': ['-h']
Expand Down

0 comments on commit 6326282

Please sign in to comment.