Introduce Testing Makefiles For Amass Scanner And Finding Post Processing Hook#494
Closed
nigthknight wants to merge 86 commits intomainfrom
Closed
Introduce Testing Makefiles For Amass Scanner And Finding Post Processing Hook#494nigthknight wants to merge 86 commits intomainfrom
nigthknight wants to merge 86 commits intomainfrom
Conversation
1d9dad6 to
c4794c7
Compare
J12934
reviewed
Jun 14, 2021
6986322 to
8ff78f9
Compare
fc25992 to
a481590
Compare
rfelber
requested changes
Jun 28, 2021
J12934
reviewed
Jun 29, 2021
| // | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| const { scan } = require("../helpers"); |
J12934
reviewed
Jun 29, 2021
Member
|
The PR title is now pretty misleading as this does very little to scanners but quite a lot to hooks 😜 |
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
To improve testing I added some additional steps to automatically build and import the container images for operator and lurker Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
I changed the Pull Policy to `IfNotPresent` to avoid unnecessary rebuilds of the operator image Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
f9c32a9 to
e3af860
Compare
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
Signed-off-by: Yannik Fuhrmeister <[email protected]>
f3e1a34 to
71f367c
Compare
Merged
Member
Author
|
Because This PR became so bloated, I decided to split this PR into multiple PRs |
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.
Add Initial Test Makefile for scanner/amassAdd Initial Test Makefile for hook/finding-post-processigCloses Align Hook Directory Structure With Scanner #495Because This PR became so bloated, I decided to split this PR into multiple PRs
hookDirectory For Each Hook #550See: #476