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
9f1a9566
"fs.ts" did not exist on "fc4bd0aa67d67f3ed2a01f0d42175464ae6ace4c"
Commit
9f1a9566
authored
1 year ago
by
Gioacchino Vino
Browse files
Options
Downloads
Patches
Plain Diff
Improved report visualization
parent
dd3e9238
No related branches found
No related tags found
1 merge request
!105
Improved report visualization
Pipeline
#134445
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/2-scan.yml
+0
-28
0 additions, 28 deletions
tasks/2-scan.yml
with
0 additions
and
28 deletions
tasks/2-scan.yml
+
0
−
28
View file @
9f1a9566
...
...
@@ -23,24 +23,6 @@
dest
:
"
{{
paas_ci_workdir
+
'/scan.py'
}}"
mode
:
a+x
############# DA TOGLIERE
-
name
:
Load depdep log
command
:
cat "{{ paas_ci_workdir + '/dep.json' }}"
register
:
dep_json
-
name
:
import depdep_log
set_fact
:
imported_depdep_log
:
"
{{
dep_json.stdout
}}"
-
name
:
Show depdep log
debug
:
var
:
imported_depdep_log
-
name
:
Show paas_ci_test.endpoints_to_scan log
debug
:
var
:
paas_ci_test.endpoints_to_scan
################### FINO QUI
-
name
:
Run scan without endpoints_to_scan variable
command
:
"
{{
paas_ci_workdir
+
'/scan.py'
}}
--dep-json
{{
paas_ci_workdir
+
'/dep.json'}}
--output-dir
{{
paas_ci_workdir
}}"
register
:
scan_output
...
...
@@ -75,16 +57,6 @@
with_items
:
"
{{
report_files.files
}}"
when
:
summary_report_json.global == 'NOK'
-
name
:
Show scan logs
block
:
-
name
:
Load log
command
:
cat "{{ paas_ci_workdir + '/scan.log' }}"
register
:
imported_log
-
name
:
Show log
debug
:
var
:
imported_log.stdout_lines
when
:
summary_report_json.global == 'NOK'
-
name
:
Detailed report summary
debug
:
var
:
summary_report_json
...
...
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