Skip to content

Commit

Permalink
changed node version, removed scheduled scan, changed dir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 1, 2024
1 parent c71c672 commit 972d79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main, develop]
schedule:
- cron: "19 23 * * 5"

jobs:
analyze:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scan-code-owasp-zap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup package manager and install dependencies
id: setup-deps
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
npx ${{ inputs.package-manager }} run build
npx ${{ inputs.package-manager }} run start & # This starts the server in the background
sleep 5 # This allows the server some time to start up
working-directory: ./client

- name: Run OWASP ZAP Full Scan
uses: zaproxy/[email protected]
Expand Down

0 comments on commit 972d79a

Please sign in to comment.