-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update Syft to v0.98.0 (#431)
* chore(deps): update Syft to v0.98.0 Signed-off-by: GitHub <[email protected]> * chore: pretty print output for snapshot tests Syft no longer defaults to pretty-printed JSON. This change made snapshot diffs unreadable. Therefore, set integration tests to configure syft to pretty print SBOMs. Signed-off-by: Will Murphy <[email protected]> --------- Signed-off-by: GitHub <[email protected]> Signed-off-by: Will Murphy <[email protected]> Co-authored-by: kzantow <[email protected]> Co-authored-by: Will Murphy <[email protected]>
- Loading branch information
1 parent
a4126e6
commit 5ecf649
Showing
6 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 +1 @@ | ||
export const VERSION = "v0.97.1"; | ||
export const VERSION = "v0.98.0"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
format: | ||
pretty: true |