ci: include scripts/find-banned.sh

...to search for functions which have been banned from our code base,
because they're too easy to misuse, and even if used correctly,
complicate audits, cause inconsistencies and/or make static analysis
harder.
This commit is contained in:
Johan Malm 2023-12-28 21:35:13 +00:00 committed by Consolatis
parent 235e11f6c9
commit f0b72e3af7
2 changed files with 4 additions and 0 deletions

2
scripts/helper/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
find-idents
*.o