Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037)
* Add CentOS parsing and post-processing in fleet * Add tests and amend SyncCPEDatabase * Add test for centosPostProcessing * Changes from PR comments * Amend software test * Fix sync test * Add index to source and vendor * Use os.MkdirTemp * Rearrange migrations * Regenerate test schema * Add support for testing migrations (#4112) * Add support for testing migrations * Rename migration in tests * Changes suggested in PR * Go mod tidy
This commit is contained in:
@@ -57,3 +57,8 @@ terraform.tfstate*
|
||||
|
||||
# generated installers
|
||||
fleet-osquery*
|
||||
|
||||
# residual files when running the cpe command
|
||||
cmd/cpe/etagenv
|
||||
cmd/cpe/cpe*.sqlite
|
||||
cmd/cpe/cpe*.sqlite.gz
|
||||
|
||||
Reference in New Issue
Block a user