Skip to content

Commit

Permalink
Merge pull request #725 from DFE-Digital/Auto-DG-Fix-A2B-OWASP-Securi…
Browse files Browse the repository at this point in the history
…ty-Scanner

Fixed syntax error in security-tests.yaml to enable Security Scanner …
  • Loading branch information
dangood84 authored Nov 20, 2024
2 parents 7fcddce + 1d2c436 commit 9c730ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
LOGIN_USERNAME: ${{ secrets.LOGIN_USERNAME }}
LOGIN_PASSWORD: ${{ secrets.LOGIN_PASSWORD }}
URL: ${{ secrets.URL }}
ZAP: true,
ZAP: true
ZAP_API_KEY: ${{ secrets.ZAP_API_KEY }}
ZAP_ADDRESS: ${{ env.ZAP_ADDRESS }}
ZAP_PORT: ${{ env.ZAP_PORT }}
Expand Down

0 comments on commit 9c730ef

Please sign in to comment.