Skip to content

How to Snooze Findings via Boostignore


BoostSecurity supports ignoring entire files and directories by exploring two possible solutions:

  • You can go to the Boostignore page and add the files and directories you want to ignore. The Global Boostignore is formatted like the .gitignore file.

  • Committing a .boostignore file to the root of the project.

The format of the file is the same as .gitignore files, such as:

ignore-one-file
a/**
a/b/**/c/**

BoostSecurity recommends using the following published .boostignore file which will reduce common false positives across various languages and frameworks.