Update laravel-env.yaml

added case insensitivity to the regex matcher
patch-1
Geeknik Labs 2021-10-08 11:30:44 -05:00 committed by GitHub
parent 6800183f43
commit a476fc9ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ requests:
matchers:
- type: regex
regex:
- "(?m)^APP_(NAME|ENV|KEY|DEBUG|URL|PASSWORD)="
- "(?m)^DB_(HOST|PASSWORD|DATABASE)="
- "(?mi)^APP_(NAME|ENV|KEY|DEBUG|URL|PASSWORD)="
- "(?mi)^DB_(HOST|PASSWORD|DATABASE)="
condition: or
- type: status