You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,19 @@ This project integrates Dynamic Application Security Testing (DAST) into the Git
57
57
- Ensure that the `DAST_TARGET_URL` secret points to a valid and accessible URL.
58
58
- Verify that your application is fully started and accessible at the specified URL.
59
59
- Update the `sleep` duration in the pipeline if your application requires more time to start.
60
+
61
+
# Unit Tests Workflow for Django
62
+
63
+
## Environment Configuration
64
+
The pipeline now creates a `.env` file automatically during testing using proper `here-document` syntax. This ensures that the pipeline works without requiring a separate `.env.example` file.
65
+
66
+
### Example `.env` Content
67
+
The following variables are set in the `.env` file created by the pipeline:
0 commit comments