Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support masking secrets #1115

Merged
merged 4 commits into from Feb 1, 2024
Merged

feat: support masking secrets #1115

merged 4 commits into from Feb 1, 2024

Conversation

suzuki-shunsuke
Copy link
Owner

@suzuki-shunsuke suzuki-shunsuke commented Jan 26, 2024

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 26, 2024
pkg/cli/var.go Outdated Show resolved Hide resolved
pkg/mask/parser.go Outdated Show resolved Hide resolved
pkg/mask/writer.go Outdated Show resolved Hide resolved
pkg/mask/writer.go Outdated Show resolved Hide resolved
@suzuki-shunsuke suzuki-shunsuke marked this pull request as ready for review January 26, 2024 08:11
@suzuki-shunsuke suzuki-shunsuke added this to the v4.8.1 milestone Jan 26, 2024
`;` has a special meaning in shell script.

For example, the following command doesn't work as expected.

```sh
export TFCMT_MASKS=env:GITHUB_TOKEN;env:DATADOG_API_KEY
```

To prevent the bug, I change the separator.
@suzuki-shunsuke suzuki-shunsuke merged commit 74ffe99 into main Feb 1, 2024
13 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the feat-mask-secrets branch February 1, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant