Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Paas CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INFN Cloud
Paas CI
Commits
f336431a
Commit
f336431a
authored
1 year ago
by
Gioacchino Vino
Browse files
Options
Downloads
Patches
Plain Diff
Changed module names
parent
e1d4843b
No related branches found
No related tags found
1 merge request
!91
Changed module names
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/scan_gvm_library.py
+3
-3
3 additions, 3 deletions
files/scan_gvm_library.py
with
3 additions
and
3 deletions
files/scan_gvm_library.py
+
3
−
3
View file @
f336431a
...
...
@@ -16,11 +16,11 @@ ovs_ssh_credential = {'id': "b9af5845-8b87-4378-bca4-cee39a894c17"}
auth_name
,
auth_passwd
=
""
,
""
def
set_auth
(
new_
auth_n
ame
,
new_
auth_p
asswd
):
def
set_auth
(
auth_n
,
auth_p
):
global
auth_name
global
auth_passwd
auth_name
=
new_
auth_n
ame
auth_passwd
=
new_
auth_p
asswd
auth_name
=
auth_n
auth_passwd
=
auth_p
def
get_version_old
():
with
Gmp
(
connection
,
transform
=
transform
)
as
gmp
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment