Tanmay Pereira Naik
Tanmay Pereira Naik
### Summary: I use the `flutter-action` step with the `cache` value set to `true`. In one instance, the cache failed to download on the GitHub hosted runner, so the step...
Update outdated `vaultproject.io` links
Update to `hashicorp/vault:1.14.1` Hashicorp has deprecated Duplicative Docker Images (see https://developer.hashicorp.com/vault/docs/v1.13.x/deprecation). New versions of vault are only published to https://hub.docker.com/hashicorp/vault. https://hub.docker.com/_/vault only contains old versions up to 1.13.3.
Hashicorp has created an operator that has a similar implementation: https://github.com/hashicorp/vault-secrets-operator
### Description Update outdated `consul.io` links that now redirect to https://developer.hashicorp.com/consul/docs and https://developer.hashicorp.com/consul/api-docs ### PR Checklist * [ ] updated test coverage * [x] external facing docs updated * [...
Update to Vault v1.14.1
## Description This PR fixes the automatic update script failure on Apple Silicon Macs (M1, M2, M3, etc.) reported in issue #363. ## Root Cause The `update_talisman.bash` script had two...
### What I did Added a new Hadolint rule **DL3062** that warns developers when they install dependencies without production flags using `npm`, `yarn`, or `pnpm` package managers. This rule helps...