Skip to content

Commit

Permalink
ZAP DAST
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorias committed Sep 10, 2024
1 parent a81e6df commit 2523db9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dast-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
dast:
name: ZAP - DAST test
runs-on: ubuntu-latest
permissions:
#Actions pueda escribir lo que ocupe
security-events: write
issues: write
packages: read
actions: read
contents: read
steps:
- uses: actions/checkout@v3
name: Checkout code
Expand Down

0 comments on commit 2523db9

Please sign in to comment.