Merged
Conversation
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| actionlint | 1 | 3 | 0.07s | ||
| hadolint | 2 | 1 | 0.07s | ||
| golangci-lint | 2 | 1 | 0.89s | ||
| eslint | 4 | 1 | 0.72s | ||
| ✅ JSON | eslint-plugin-jsonc | 3 | 0 | 1.35s | |
| prettier | 7 | 1 | 2.12s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
Closed
5e5e030 to
9d95f66
Compare
J12934
reviewed
Aug 29, 2023
Member
J12934
left a comment
There was a problem hiding this comment.
nice 👍🥳
some small questions / notes
This was referenced Sep 8, 2023
✅ Deploy Preview for docs-securecodebox ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…of the JSON output This is done since the JSON output is no longer supported Signed-off-by: Ilyes Ben Dlala <[email protected]>
It now uses sqlite databases as test-files Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
…dependencies This is done because sqlite3 package is now required Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
This triggers building custom scanner image in ./scanner/Dockerfile Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
It is replaced with -alts to enable (instead of disabling) generation of altered names. ref: https://github.com/owasp-amass/amass/blob/master/doc/user_guide.md#the-enum-subcommand Signed-off-by: Ilyes Ben Dlala <[email protected]>
It is not always available and is not required Signed-off-by: Ilyes Ben Dlala <[email protected]>
Less Run commands and no usage of `latest` Signed-off-by: Ilyes Ben Dlala <[email protected]>
This is done since the parser requires creating a temp file and reading from it. But the parser environemnt is ready only by default Signed-off-by: Ilyes Ben Dlala <[email protected]>
… database instead of the path This is what the lurker expects. A temp file is created to the reading of the database easier Signed-off-by: Ilyes Ben Dlala <[email protected]>
…pect filecontent instead of path of database Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Heiko Kiesel <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
new test, tests for when -passive arg is used Signed-off-by: Ilyes Ben Dlala <[email protected]>
…canType Amass parser requires that the database remains in binary format Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
…nstead of ScanType Signed-off-by: Ilyes Ben Dlala <[email protected]>
…tentType It's a more fitting name for types such as "Binary" Signed-off-by: Ilyes Ben Dlala <[email protected]>
This is done to avoid the shorter lifecycle of amass docker images, and to also avoid the platform dependency Signed-off-by: Ilyes Ben Dlala <[email protected]>
…ameters Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
…fit v4 changes Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Ilyes Ben Dlala <[email protected]>
…"passive" is deprecated Signed-off-by: Ilyes Ben Dlala <[email protected]>
…docker image does not exit directly after enum Signed-off-by: Ilyes Ben Dlala <[email protected]>
21144b0 to
8b4dbe5
Compare
Signed-off-by: Ilyes Ben Dlala <[email protected]>
Signed-off-by: Jannik Hollenbach <[email protected]>
0778430 to
36f0614
Compare
J12934
approved these changes
Sep 15, 2023
5 tasks
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.
Description
Closes #1833
Checklist