There was an error while loading. Please reload this page.
1 parent a444d05 commit 5ead21fCopy full SHA for 5ead21f
2 files changed
.github/workflows/deploy_dev.yml
@@ -40,3 +40,17 @@ jobs:
40
41
- name: 🧹 Post-deploy
42
run: skpr exec dev "drush updb -y"
43
+
44
+ dast:
45
+ runs-on: ubuntu-latest
46
+ needs: deploy
47
+ steps:
48
+ - name: ⬇️ Checkout Code
49
+ uses: actions/checkout@v6
50
51
+ - name: ZAP Scan
52
+ uses: zaproxy/action-baseline@v0.15.0
53
+ with:
54
+ token: ${{ secrets.GITHUB_TOKEN }}
55
+ allow_issue_writing: false
56
+ target: https://dev.drupal.qa.skpr.dev/
.gitignore
@@ -8,6 +8,7 @@ vendor/
8
.gitattributes
9
.idea/
10
.php/
11
+.env
12
13
!app/sites/default/settings.php
14
!app/sites/default/services.yml
0 commit comments