Skip to content

Commit

Permalink
Corrected file path
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <caroline@appthreat.dev>
  • Loading branch information
cerrussell authored Oct 25, 2023
1 parent 54dd761 commit 39c2edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/csafdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Validate
run: |
source venv/bin/activate
check-jsonschema --schemafile /home/runner/work/demo-dep-scan/demo-dep-scan/vuln_spring/csaf_schema.json /home/runner/work/demo-dep-scan/demo-dep-scan/vuln_spring/reports/csaf_v2.json
check-jsonschema --schemafile /home/runner/work/dep-scan/dep-scan/vuln_spring/csaf_schema.json /home/runner/work/dep-scan/dep-scan/vuln_spring/reports/csaf_v2.json
- uses: actions/upload-artifact@v1
with:
path: "./vuln_spring"
name: vuln_spring
name: vuln_spring

0 comments on commit 39c2edf

Please sign in to comment.