From e2c6b5dd6c65731ef8e8c60431b809ede49dc859 Mon Sep 17 00:00:00 2001 From: fab Date: Tue, 7 Jan 2025 18:35:30 +0100 Subject: [PATCH] Update nginx.yml --- .github/workflows/nginx.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 71cd278..934f71d 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -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: |