-
Notifications
You must be signed in to change notification settings - Fork 880
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
Missed key for some encrypted files #977
Comments
@Moskovych I was looking at this today to see whether I could simply generate a new file with known keys, but then I noticed that this file isn't used in the tests at all. So I created a PR (#1288) to simply delete it. |
@felixfontein , hmm, now I'm a bit confused, where I should fix tests for my PR 😕 |
@Moskovych that's a very good question, it depends on what exactly is failing. GHA doesn't show the test results from back then anymore, unfortunately. Can you rebase (and also run |
The issue with files (as example) like this:
https://github.com/mozilla/sops/blob/develop/stores/json/test_resources/example.json
File encrypted with GPG, where the FP:
E5297818703249D0C60E19E6824612478D1A4CCD
, which doesn't exist anywhere.It is not possible to work on unit tests (for #887) without having that file decrypted.
Discussion: #970
The text was updated successfully, but these errors were encountered: