drafteame/ejson action
Execute encryption and decryption of json files using ejson
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Possible values should be encrypt or decrypt | yes | — |
| file_path | Path to the source ejson file | yes | — |
| private_key | Private key needed to decrypt action | no | — |
| out_file | File path to an out json file that should be use to place the decrypted content of the ejson | no | — |
| ejson_version | Version of the ejson binary to use | no | — |
Outputs
| name | description |
|---|---|
| decrypted | Decrypted JSON content |