Skip to content

Commit

Permalink
Fixed syntax error in security-tests.yaml to enable Security Scanner …
Browse files Browse the repository at this point in the history
…tests to run
  • Loading branch information
dangood84 committed Nov 20, 2024
1 parent 7fcddce commit 1d2c436
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 1d2c436

Please sign in to comment.