Update nginx.yml

This commit is contained in:
fab
2025-01-07 18:35:30 +01:00
committed by GitHub
parent 0ee1495b86
commit e2c6b5dd6c

View File

@@ -29,9 +29,11 @@ jobs:
- name: Run OWASP scraper
run: python owasp.py
working-directory: ./patterns # Change to the correct directory
- name: Convert OWASP rules to Nginx config
run: python owasp2nginx.py
working-directory: ./patterns # Change to the correct directory
- name: Install Nginx
run: |
@@ -40,6 +42,7 @@ jobs:
- name: Import Nginx config
run: python import2nginx.py
working-directory: ./patterns # Change to the correct directory
- name: Validate Nginx configuration
run: |