bitrise-io/steps-secure-delete-path

Name: steps-secure-delete-path

Owner: Bitrise

Description: Securely deletes the given path (file or folder)

Created: 2014-06-14 07:54:47.0

Updated: 2015-09-08 13:52:12.0

Pushed: 2015-09-29 16:28:33.0

Homepage: null

Size: 221

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Secure Delete Path

The new Secure Delete Path step.

Securely deletes the given path (file or folder)

Calls 'rm -rfP the-path' to securely delete the given file or folder. From the OS X rm man documentation (https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/rm.1.html): Option -P: Overwrite regular files before deleting them. Files are overwritten three times, first with the byte pattern 0xff, then 0x00, and then 0xff again, before they are deleted.

Can be run directly with the bitrise CLI, just git clone this repository, cd into it's folder in your Terminal/Command Line and call bitrise run test.

Check the bitrise.yml file for required inputs which have to be added to your .bitrise.secrets.yml file!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.