bunkerity / bunkerity/bunkerweb
[FEATURE] add regex checker for args from docker-compose
- Dominant language
- Python
- Stars
- 10.9k
- Forks
- 643
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 42
Description
### What's needed and why?
Hi,
could it be possible to add a regexp checker for environment variable set thought docker.
i've got this in my config :
```
- bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension://(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https://bitwarden.test.te)$
```
which it's incorrect, and should be :
```
- bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension:\/\/(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https:\/\/bitwarden.test.te)$
```
but no warning in bw-scheduler logs help me.
### Implementations ideas (optional)
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.