Home
last modified time | relevance | path

Searched refs:SECRETS_EXTENSION (Results 1 – 8 of 8) sorted by relevance

/dports/security/git-secret/git-secret-94d5ae4/tests/
H A Dtest_reveal_filename.bats21 OLD_SECRETS_EXTENSION="$SECRETS_EXTENSION"
22 export SECRETS_EXTENSION=".new_secret"
34 export SECRETS_EXTENSION="$OLD_SECRETS_EXTENSION"
H A Dtest_clean.bats36 local result=$(find . -type f -name "*.$SECRETS_EXTENSION" \
/dports/security/git-secret/git-secret-94d5ae4/src/_utils/
H A D_git_secret_tools.sh633 echo "$(dirname "$1")/$(basename "$1" "$SECRETS_EXTENSION")" | sed -e 's#^\./##'
639 filename="$(dirname "$1")/$(basename "$1" "$SECRETS_EXTENSION")"
640 echo "${filename}${SECRETS_EXTENSION}" | sed -e 's#^\./##'
/dports/security/git-secret/git-secret-94d5ae4/src/commands/
H A Dgit_secret_clean.sh25 _find_and_clean_formatted "*$SECRETS_EXTENSION" "$verbose"
H A Dgit_secret_hide.sh23 _find_and_clean_formatted "*$SECRETS_EXTENSION" "$verbose"
/dports/security/git-secret/git-secret-94d5ae4/
H A Dgit-secret637 echo "$(dirname "$1")/$(basename "$1" "$SECRETS_EXTENSION")" | sed -e 's#^\./##'
643 filename="$(dirname "$1")/$(basename "$1" "$SECRETS_EXTENSION")"
644 echo "${filename}${SECRETS_EXTENSION}" | sed -e 's#^\./##'
1111 _find_and_clean_formatted "*$SECRETS_EXTENSION" "$verbose"
1135 _find_and_clean_formatted "*$SECRETS_EXTENSION" "$verbose"
/dports/security/git-secret/git-secret-94d5ae4/man/man1/
H A Dgit-secret-hide.1.ronn32 Also, it is possible to modify the names of the encrypted files by setting `SECRETS_EXTENSION` vari…
/dports/security/git-secret/git-secret-94d5ae4/man/man7/
H A Dgit-secret.7.ronn59 * `$SECRETS_EXTENSION` - sets the secret files extension, defaults to `.secret`. It can be changed …