Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cbade3e

Browse files
committed
Correct owasp workflow for new locations.
1 parent d2f8847 commit cbade3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/owasp_zap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
2626
restore-keys: ${{ runner.os }}-gradle
2727
- name: Run OWASP Zap
28-
run: ./gradlew :opendcs-integration-test:owaspZap --stacktrace
28+
run: ./gradlew :testing:rest-api:owaspZap --stacktrace
2929
- name: Upload Full HTML Report
3030
uses: actions/upload-artifact@v5.0.0
3131
with:
3232
name: zap_report.html
33-
path: opendcs-integration-test/build/test-results/owasp_zap/zap_report.html
33+
path: integrationtesting/rest-api/build/test-results/owasp_zap/zap_report.html
3434
retention-days: 1
3535
if-no-files-found: error
3636
- name: Trim Summary Report
3737
run: |
38-
sudo sed '/## Alert Detail/Q' opendcs-integration-test/build/test-results/owasp_zap/zap_report.md > ./zap_report_summary.md
38+
sudo sed '/## Alert Detail/Q' integrationtesting/rest-api/build/test-results/owasp_zap/zap_report.md > ./zap_report_summary.md
3939
- name: Generate GitHub Job Summary
4040
uses: x-color/github-actions-job-summary@v0.1.1
4141
with:

0 commit comments

Comments
 (0)