chore(COD-6868): docker copy compare dir instead of one file at a time#257
Merged
baltoiteodor merged 1 commit intomainfrom Apr 7, 2026
Merged
chore(COD-6868): docker copy compare dir instead of one file at a time#257baltoiteodor merged 1 commit intomainfrom
baltoiteodor merged 1 commit intomainfrom
Conversation
Lacework Code SecurityWhen a Pull Request in a repository is submitted, the Lacework FortiCNAPP runs scans on both the source and target branches and compares the results to identify any issues / vulnerabilities which will be introduced by the source branch. 3rd Party Vulnerabilities - Found 1 package(s) which introduces 2 new CVE(s) - Severity: 🛑 HighExpand DetailsThe Lacework FortiCNAPP’s Software Composition Analysis (SCA) tool identified the following vulnerabilities introduced through the 3rd-party packages / dependencies included in the source branch.
For more information on adding exceptions for any of the finding above, please refer to the Leveraging the codesec.yaml file for exceptions guide |
|||||||||||||||||||||||||||||
jeremydubreil
approved these changes
Apr 7, 2026
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.
Linked JIRA issue(s)
https://lacework.atlassian.net/browse/COD-6868
Description
Fix noisy
Error: Command failed with status 1logs during compare mode when only a subset ofscanners is enabled (e.g. SCA only).
docker cpcalls (each wrapped in try/catch) with a singledocker cpof the entire
compare/directory, then verify locally which files were producediac-compare.mdwhen IAC is disabled) triggeredcallCommand'serror()logging before the catch block could handle it gracefullyTests and additional notes
https://github.com/lacework-dev/WebGoat/actions/runs/24084748514?pr=173