From 2523db918bd2c0e1adcaac3f253b8a7fefaa2071 Mon Sep 17 00:00:00 2001 From: jlorias Date: Tue, 10 Sep 2024 01:16:31 +0000 Subject: [PATCH] ZAP DAST --- .github/workflows/dast-test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/dast-test.yaml b/.github/workflows/dast-test.yaml index 968d837..3ea6578 100644 --- a/.github/workflows/dast-test.yaml +++ b/.github/workflows/dast-test.yaml @@ -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