awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

Fix `git config` call in test #242

Open sparr opened 1 year ago

sparr commented 1 year ago

Description of changes: Update the only repo_run git config, eliminating a command not found error identified by a warning in #241. Also add a key and avoid error when the key is already absent.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sparr commented 1 year ago

Failures on tests 21 and 23 are expected and will be fixed by #221