This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Remodel so that scan objects can be used separately #443
Merged
Conversation
This file contains 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
ghost
self-requested a review
as a code owner
July 4, 2023 16:12
ghost
force-pushed
the
remodel_scans_new
branch
2 times, most recently
from
July 5, 2023 07:38
6a8b9cb
to
aef8080
Compare
fishkerez
reviewed
Jul 6, 2023
pbalogh-sa
reviewed
Jul 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ghost
force-pushed
the
remodel_scans_new
branch
2 times, most recently
from
July 14, 2023 11:59
bbab456
to
5dc17dc
Compare
akpsgit
reviewed
Jul 16, 2023
akpsgit
reviewed
Jul 16, 2023
akpsgit
reviewed
Jul 16, 2023
akpsgit
reviewed
Jul 16, 2023
akpsgit
reviewed
Jul 16, 2023
pbalogh-sa
previously approved these changes
Jul 18, 2023
This commit remodels ScanConfigs, Scans and AssetScans so that Scans and AssetScans can be created independently from each other. This opens the door for a number of different use cases some examples are: - creating a single Scan without a ScanConfig if you just want to scan once now. - creating an AssetScan for a specific asset without a Scan to scan a specific asset now. - creating an AssetScan with results for a asset without going through the orchestrator at all, for example when reporting results from a scan in CI/CD
akpsgit
approved these changes
Jul 19, 2023
ghost
enabled auto-merge
July 19, 2023 09:03
ghost
added this pull request to the merge queue
Jul 19, 2023
ghost
deleted the
remodel_scans_new
branch
July 19, 2023 10:07
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This commit remodels ScanConfigs, Scans and AssetScans so that Scans and AssetScans can be created independently from each other. This opens the door for a number of different use cases some examples are:
Type of Change
[ ] Bug Fix
[X] New Feature
[X] Breaking Change
[X] Refactor
[ ] Documentation
[ ] Other (please describe)
Checklist