Skip to content

Commit a067610

Browse files
committed
Create results directory in workflow
Adds a step to ensure the 'results' directory exists before running the RapiDAST scan in the GitHub Actions workflow.
1 parent 41102ac commit a067610

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rapidast.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
fi
103103
echo "Final RapiDAST configuration:"
104104
cat rapidast-config.yml
105+
- name: Create results directory
106+
run: mkdir -p results
107+
105108
- name: Run RapiDAST scan
106109
id: rapidast
107110
continue-on-error: true

0 commit comments

Comments
 (0)