DFE-Digital / github-actions

A central repo for sharing useful github actions
https://dfe-digital.github.io/github-actions/
6 stars 4 forks source link

Action to check if secrets are valid YAML #18

Closed vigneshmsft closed 3 years ago

vigneshmsft commented 3 years ago

Common action to check if secrets stored in Azure Key Vault are valid YAML

saliceti commented 3 years ago

We need a README.md to explain how to use this.

I am not sure how I can re-use this it seems very specific, is there a way to pass the variables so I can use them

would it not be a good idea to pass a list of variables, and run through the list rather than have distinct variables. In some cases we only have one variable.

Yes maybe pass a list of key-vault/secrets to validate?

sfawcett123 commented 3 years ago

I am not sure how you would connect in a workflow, can we add as the example the connection to Azure as well.

I am also assuming that the change is now on kv-validation-action-2 which wont be merged on this PR?