-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Goodman <[email protected]>
- Loading branch information
Showing
74 changed files
with
3,160 additions
and
582 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
go.work.sum | ||
go.work | ||
|
||
CHANGELOG.md | ||
VERSION | ||
/test/results | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
19 changes: 19 additions & 0 deletions
19
cmd/syft/cli/ui/__snapshots__/handle_attestation_test.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
[TestHandler_handleAttestationStarted/attesting_in_progress/task_line - 1] | ||
⠋ Creating a thing running a thing | ||
--- | ||
|
||
[TestHandler_handleAttestationStarted/attesting_in_progress/log - 1] | ||
░░ contents | ||
░░ of | ||
░░ stuff! | ||
|
||
--- | ||
|
||
[TestHandler_handleAttestationStarted/attesting_complete/task_line - 1] | ||
✔ Created a thing running a thing | ||
--- | ||
|
||
[TestHandler_handleAttestationStarted/attesting_complete/log - 1] | ||
|
||
--- |
16 changes: 16 additions & 0 deletions
16
cmd/syft/cli/ui/__snapshots__/handle_cataloger_task_test.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
[TestHandler_handleCatalogerTaskStarted/cataloging_task_in_progress - 1] | ||
some task title [some value] | ||
--- | ||
|
||
[TestHandler_handleCatalogerTaskStarted/cataloging_sub_task_in_progress - 1] | ||
└── some task title [some value] | ||
--- | ||
|
||
[TestHandler_handleCatalogerTaskStarted/cataloging_sub_task_complete - 1] | ||
✔ └── some task done [some value] | ||
--- | ||
|
||
[TestHandler_handleCatalogerTaskStarted/cataloging_sub_task_complete_with_removal - 1] | ||
|
||
--- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
[TestHandler_handleFetchImage/fetch_image_in_progress - 1] | ||
⠋ Loading image ━━━━━━━━━━━━━━━━━━━━ [current] the-image | ||
--- | ||
|
||
[TestHandler_handleFetchImage/fetch_image_complete - 1] | ||
✔ Loaded image the-image | ||
--- |
Oops, something went wrong.