Cleanup the /tmp dir on deployment interrupt/finish
Open
feature
security
- Dominant language
- Python
- Stars
- 37
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
This was present in BitOps `v1`, but missing in `v2`.
The BitOps creates a temporary tmp dir and uses that as a working dir to avoid storing sensitive data in the shared ops repo.
The code should catch the termination signals and cleanup the /tmp dir on both program interruption and deployment finish.
Contributor guide
Assessment
This issue has not been assessed yet.