Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit c261366

Browse files
Daniel PataninJ12934
authored andcommitted
changed portscan to scan
1 parent de80c76 commit c261366

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

scb-engine/src/main/resources/application-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ securecodebox.rest.user.scanner-default:
1313
user-id: defaultScanner
1414
password: scan
1515

16+
securecodebox.persistence.defectdojo.url:
17+
securecodebox.persistence.defectdojo.auth.key:
18+
securecodebox.persistence.defectdojo.auth.name:

scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/main/resources/forms/default/approve-results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
});
3838
</script>
3939
<div ng-repeat="target in scannerTargets">
40-
<h2>Portscan results for "{{ target.name }}"</h2>
40+
<h2>scan results for "{{ target.name }}"</h2>
4141

4242
<div class="row">
4343
<div class="col-xs-2"><label>Scanner Id:</label></div>

scb-scanprocesses/archetype-process/src/main/resources/archetype-resources/src/main/resources/forms/default/configure-target.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
~ */
1818
-->
1919

20-
<h2>Please configure the Port Scan</h2>
20+
<h2>Please configure the Scan</h2>
2121

2222
<form role="form" name="configure-target">
2323

@@ -68,7 +68,7 @@ <h2>Please configure the Port Scan</h2>
6868
<div class="row">
6969

7070
<div class="col-xs-12">
71-
<h3>Portscan Target</h3>
71+
<h3>Scan Target</h3>
7272

7373
<!-- Target Hosts -->
7474
<div class="form-group">

0 commit comments

Comments
 (0)