Skip to content

🚧 [Consistency] Making all scan-type.yaml files consistent#703

Merged
J12934 merged 6 commits intomainfrom
consistency/scan-types
Oct 15, 2021
Merged

🚧 [Consistency] Making all scan-type.yaml files consistent#703
J12934 merged 6 commits intomainfrom
consistency/scan-types

Conversation

@SebieF
Copy link
Contributor

@SebieF SebieF commented Oct 5, 2021

Closes #689.

Makes all scan-type-yaml files consistent:

  1. Replacing all ' with "
  2. Replacing incorrect scanner image ".Chart.Version" with ".Chart.AppVersion"
  3. Replacing array command for ncrack, nmap, test-scan, whatweb with single lines for each parameter
  4. Removing redundant comments
  5. Adding missing empty lines
  6. Make order of variables consistent for all scanners

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make codeclimate checks happy

1. Replacing all ' with "
2. Replacing incorrect scanner image ".Chart.Version" with ".Chart.AppVersion"
3. Replacing array command for ncrack, nmap, test-scan, whatweb with single lines for each parameter
4. Removing redundant comments
5. Adding missing empty lines
6. Make order of variables consistent for all scanners

Signed-off-by: Sebastian <[email protected]>
@SebieF SebieF added this to the v3.3.0 milestone Oct 5, 2021
@SebieF SebieF self-assigned this Oct 5, 2021
@SebieF SebieF changed the title Consistency/scan types 🚧 [Consistency] Making all scan-type.yaml files consistent Oct 5, 2021
This is done because these are our own scanners (SCB scanners) that follow our release versioning system. Regarding consistency, an issue was created to keep this in mind.

Signed-off-by: Sebastian <[email protected]>
@SebieF SebieF requested a review from J12934 October 11, 2021 12:34
@J12934 J12934 merged commit 9e10eae into main Oct 15, 2021
@J12934 J12934 deleted the consistency/scan-types branch October 15, 2021 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚧 [Consistency] Make all scan-type.yaml files follow the same template

2 participants