We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db73106 commit 9facceaCopy full SHA for 9faccea
bin/report.sh
@@ -16,7 +16,7 @@ if [ "${CLEAN}" = "yes" ]; then
16
rm -rf .fosstars/project_rating_cache.json
17
echo "[]" > docs/oss/security/github_projects.json
18
19
- for file in $(find docs/oss/security -name "*.md" | grep -v README)
+ for file in $(find docs/oss/security -name "*.md" | grep -v README | grep -v improvements)
20
do
21
rm $file
22
done
0 commit comments