talisman (devel/talisman) Updated: 1 year, 5 months ago Add to my watchlist
Git-hook utility to protect from committing sensitive information.Talisman is a tool that installs a hook to your repository to ensure that potential secrets or sensitive information do not leave the developer's workstation. It validates the outgoing changeset for things that look suspicious - such as potential SSH keys, authorization tokens, private keys etc. Talisman can also be used as a repository history scanner to detect secrets that have already been checked in, so that you can take an informed decision to safeguard secrets.
Version: 1.31.0 License: MIT GitHubMaintainers | herbygillot |
Categories | devel security |
Homepage | https://thoughtworks.github.io/talisman |
Platforms | darwin freebsd linux |
Variants | - |
"talisman" depends on
build (2)
Ports that depend on "talisman"
No ports
Port notes
To install Talisman to a given Git repo, you can do:
$ cd <repo_dir>
$ mkdir .git/hooks
$ ln -s ${prefix}/libexec/talisman/talisman_hook_script.bash .git/hooks/<hook_type>
...where <hook_type> is either 'pre-push' or 'pre-commit'
Port Health:
Loading Port Health
Installations (30 days)
1
Requested Installations (30 days)
1
Livecheck results
talisman seems to have been updated (port version: 1.31.0, new version: 1.32.0)
livecheck ran: 6 hours ago