Update dependency gvm-tools to v2.1.0 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.0b1
->==2.1.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
greenbone/gvm-tools
v2.1.0
Compare Source
Added
Changed
random-report-gen.gmp
is able to addhost
,host details
,os
and
application
data now, so the created reports are more realisticPR 218,
PR 220
PR 225
random-report-gen.gmp
now uses argparser, to improve its usage PR 223pipenv
withpoetry
for dependency management.poetry install
works a bit different then
pipenv install
. It installs dev packages bydefault and also gvmtools in editable mode. This means after running
poetry install
all gvm-tools scripts are available in the created virtualenvironment. PR 246
Fixed
check_gmp.gmp
script is used with an temporary path, that has not the correct permissions.update-task-target.gmp
to create unique target names to support Gmpv8--sockpath
argument didn't worked as expected PR 216send-targets.gmp
throwing an exception due to an improper check PR 248send-targets.gmp
:hosts
andexclude_hosts
expecting lists PR 248v2.0.0
Compare Source
Added
gvm-script
for only running GMP and OSPscripts without opening a python shell PR 152
gvm-cli
PR 198--pretty
togvm-cli
to pretty format xml outputPR 203
Changed
changed. It's possible to set defaults for nearly all command line arguments
PR 140
gvm-cli
andgvm-pyshell
has been updated andmade more consistent PR 138
gvmtools.get_version
to return a fully compliant PEP 440version string PR 150
Pipfile.lock
file to their latestversions PR 186,
PR 193
gvm-cli --config foo.conf socket ...
instead of
gvm-cli socket --config foo.conf
now. The latter didn't work actually butwas listed in the
--help
output #194gvm-cli
#196
clean-slave.gmp
toclean-sensor.gmp
PR 202Deprecated
releases PR 160
Fixed
gvm-pyshell
to immediately re-enter interactive modeupon exiting it for the first time PR 139
script PR 188
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.