Skip to content

Commit

Permalink
fixing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 30, 2024
1 parent 680e9c0 commit 8aa06b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
zap_scan:
permissions: write-all
runs-on: ubuntu-latest
name: OWASP ZAP Baseline Scan of OWASP Juice Shop
steps:
Expand All @@ -17,4 +18,5 @@ jobs:
uses: zaproxy/[email protected]
with:
target: "https://juice-shop.herokuapp.com/#"
artifact_name: "zap_report.html"
artifact_name: "zap_report.html"

0 comments on commit 8aa06b2

Please sign in to comment.