mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-12 04:31:04 +00:00
Update wordlist-validator_verify_entries_for_starting_with_slash.yml
This commit is contained in:
committed by
GitHub
parent
0a7cb0d44e
commit
5bc97eba06
@@ -31,8 +31,7 @@ jobs:
|
|||||||
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
do
|
do
|
||||||
echo "[+] Check $modified_file ..."
|
echo "[+] Check $modified_file ..."
|
||||||
grep -Ec '^/[a-zA-Z0-9\._]+' $modified_file
|
matches=`grep -Ec '^/[a-zA-Z0-9\._]+' $modified_file`
|
||||||
matches=$(grep -Ec '^/[a-zA-Z0-9\._]+' $modified_file)
|
|
||||||
echo "Matches: $matches"
|
echo "Matches: $matches"
|
||||||
if [ $matches -ne 0 ];
|
if [ $matches -ne 0 ];
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user