Skip to content

Commit 9faccea

Browse files
Skip docs/oss/security/improvements in bin/report.sh
Part of #544
1 parent db73106 commit 9faccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/report.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "${CLEAN}" = "yes" ]; then
1616
rm -rf .fosstars/project_rating_cache.json
1717
echo "[]" > docs/oss/security/github_projects.json
1818

19-
for file in $(find docs/oss/security -name "*.md" | grep -v README)
19+
for file in $(find docs/oss/security -name "*.md" | grep -v README | grep -v improvements)
2020
do
2121
rm $file
2222
done

0 commit comments

Comments
 (0)