Skip to content

Commit 202ca44

Browse files
authored
chore(ci): SchemaSpy and ZAP permissions (#2323)
1 parent 49b5682 commit 202ca44

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,22 @@ jobs:
5858
# https://github.com/bcgov/quickstart-openshift-helpers
5959
schema-spy:
6060
name: SchemaSpy
61+
permissions:
62+
contents: write
6163
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.9.0
6264

6365
# Run sequentially to reduce chances of rate limiting
64-
zap_scan:
66+
zap:
6567
name: ZAP Scans
68+
permissions:
69+
issues: write
6670
runs-on: ubuntu-24.04
6771
strategy:
6872
matrix:
6973
name: [backend, frontend]
7074
include:
7175
- name: backend
72-
path: "api"
76+
path: api
7377
- name: frontend
7478
steps:
7579
- name: ZAP Scan

0 commit comments

Comments
 (0)