We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b5682 commit 202ca44Copy full SHA for 202ca44
.github/workflows/scheduled.yml
@@ -58,18 +58,22 @@ jobs:
58
# https://github.com/bcgov/quickstart-openshift-helpers
59
schema-spy:
60
name: SchemaSpy
61
+ permissions:
62
+ contents: write
63
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.schema-spy.yml@v0.9.0
64
65
# Run sequentially to reduce chances of rate limiting
- zap_scan:
66
+ zap:
67
name: ZAP Scans
68
69
+ issues: write
70
runs-on: ubuntu-24.04
71
strategy:
72
matrix:
73
name: [backend, frontend]
74
include:
75
- name: backend
- path: "api"
76
+ path: api
77
- name: frontend
78
steps:
79
- name: ZAP Scan
0 commit comments