Closed
Conversation
J12934
added a commit
that referenced
this pull request
Oct 19, 2020
Remove Imperative Cascading Scans Hook
Member
Author
|
This will need to be rebased against |
For the release of version 2 of the SecureCodeBox we want to move the used Docker images from the experimental group to the regular group To make this possible I changed the docker group in the CI using VIMs search and replace (`:%s/scbexperimental/securecodebox/g`) To make sure that every reference (e.g. in helm charts) is updated I searched for all occurence using ripgrep (`rg -il "scbexperimental" ./`)
To make it possible to change the docker images for scanners and hooks via values.xml I updated the following charts: - kube-hunter - ncrack - nikto - nmap - test-scan This is necessary for these charts because we do not use the official images for these scanners/hooks and cannot rely on their image tags
Added a new Badge from FOSSA Licence Scan and also the CodeClimate Maintainability
Our documentation framework parses md files for JSX tags. Without backticks this will cause a syntax error.
Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
…ypes; Bugfixing example config.
Snyk has created this PR to upgrade lodash from 4.17.19 to 4.17.20. See this package in npm: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/securecodebox/project/7355ca36-f22c-41b3-8a93-f39c63333ae2?utm_source=github&utm_medium=upgrade-pr
Snyk has created this PR to upgrade xml2js from 0.4.22 to 0.4.23. See this package in npm: https://www.npmjs.com/package/xml2js See this project in Snyk: https://app.snyk.io/org/securecodebox/project/2d9d15ee-93bb-49ce-b931-7d73868d3263?utm_source=github&utm_medium=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 is implementing a new ReadOnlyHook to integrate MS Teams via WebHook. This hook can send a finding summary message in the MessageCard Style.
Recreation of: secureCodeBox/secureCodeBox-v2#110