-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Veracode: Add additional severity mappings for other informational fi…
…ndings (#8653) * Add additional severity mappings for other informational findings * Update unit tests
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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
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
59870cc
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.
@Maffooch This PR breaks non cache based docker builds because $chrome_version is 116.0.5845.187 but https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json does not contain this version. This results in an empty $chromedriver_url variable.
59870cc
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.
@Maffooch, as @alles-klar mentioned, this is breaking build of images:
Can you check it or rollback it, please?
59870cc
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.
Oh man it appeared to fix itself after the last time it broke. That would mean we have to pin to a version of chromedriver and chrome