Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Examples:

## OS Variants

* nginx – *latest stable ModSecurity v3 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.0*
* nginx – *ModSecurity v3.0.15 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.0*
* [nginx](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile)
* [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine)
* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26.0*
* Apache httpd – *ModSecurity v2.9.13 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26.0*
* [apache](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile)
* [apache-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine)

Expand Down
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,32 @@
"depNameTemplate": "httpd",
"datasourceTemplate": "docker"
},
{
"description": "Docs: ModSecurity v3",
"customType": "regex",
"managerFilePatterns": [
"/^README\\.md$/"
],
"matchStrings": [
".*ModSecurity v(?<currentValue>\\d+\\.\\d+\\.\\d+) on Nginx"
],
"depNameTemplate": "ModSecurity3",
"packageNameTemplate": "owasp-modsecurity/ModSecurity",
"datasourceTemplate": "github-releases"
},
{
"description": "Docs: ModSecurity v2",
"customType": "regex",
"managerFilePatterns": [
"/^README\\.md$/"
],
"matchStrings": [
".*ModSecurity v(?<currentValue>\\d+\\.\\d+\\.\\d+) on Apache"
],
"depNameTemplate": "ModSecurity2",
"packageNameTemplate": "owasp-modsecurity/ModSecurity",
"datasourceTemplate": "github-releases"
},
{
"description": "Docs: CRS",
"customType": "regex",
Expand Down
Loading