Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enforce race detector (#2122)
Previously, there were some data races in syft. Right now, none are detected, so check for data races on the overall command, and on unit tests. (Checking for races on integration tests triples the time needed for those tests, from ~1 minute to ~3 minutes on my workstation, so that was not done at this time.) Signed-off-by: Will Murphy <[email protected]>
- Loading branch information