If you are seeing

"IDL audit failed"
  - checkout trustzone_images/ssg/bsp/build/scripts/idl_audit.cfg
  - cd trustzone_images/ssg/bsp/build/scripts/
  - python mink_audit_update.py --config idl_audit.cfg
  - send an email to security.minkapi and include ssg.eco.tz when posting your changes on code collaborator
  
"Header audit failed"
  - checkout all cfg files in header_audit_cfg under trustzone_images/ssg/bsp/build/scripts/ 
  - cd trustzone_images/ssg/bsp/build/scripts/
  - python mink_audit_update.py --config header_audit_cfg
  - send an email to ssg.tz.platform when posting your changes on code collaborator with files shown in Build Error with "Checkout CFGs"
  
"syscall audit failed"
  - checkout trustzone_images/ssg/bsp/build/scripts/syscall_audit.cfg
  - cd trustzone_images/ssg/bsp/build/scripts/
  - python mink_audit_update.py --config syscall_audit.cfg
  - send an email to security.minkapi and include ssg.eco.tz when posting your changes on code collaborator
  
"cmnlib audit failed"
  - python build_all.py CHIPSET=sdm845 commonlib bypass_promotion_gating_checks=1
    - should only be necessary if you didn't build commonlib before making edits to it
  - checkout trustzone_images/ssg/bsp/build/scripts/cmnlib32_audit.cfg
  - checkout trustzone_images/ssg/bsp/build/scripts/cmnlib64_audit.cfg
  - cd trustzone_images/ssg/bsp/build/scripts/
  - python mink_audit_update.py --config cmnlib32_audit.cfg --readelf_path <path/to/llvm-readelf> --commonlib_path ../../trustzone/qsapps/commonlib/build/WAXAANAA/scorpion/libcmnlib.so
  - python mink_audit_update.py --config cmnlib64_audit.cfg --readelf_path <path/to/llvm-readelf> --commonlib_path ../../trustzone/qsapps/commonlib/build/WAXAANAA/A53_64/libcmnlib.so
  - send an email to security.minkapi and include ssg.eco.tz when posting your changes on code collaborator
  
More notes:
  - if you are updating the commonlib audit, look in these locations for llvm-readelf
    - linux
      - /pkg/qct/software/llvm/release/arm/4.0.3/bin/llvm-readelf
    - windows
      - C:\apps\LLVM\4.0.3\bin\llvm-readelf.exe
