
Size: a a a
# Generate README.mdИ да, пример взят в одном из тестовых заданий, которое делали кандидаты на позицию Senior DevOps Engineer, что я постил раньше.
## modules
for module in $(find terraform/modules -mindepth 1 -maxdepth 1 -type d); do
if eval "${TERRAFORM_DOCS_BIN} markdown table --sort-by-required --hide providers --hide requirements ${module} >'${module}/README.md'"; then
eval "${MARKDOWNFMT_BIN} -w ${module}/README.md"
git add "${module}/README.md"
fi
done
Gitleaks is a SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks aims to be the easy-to-use, all-in-one solution for finding secrets, past or present, in your code.https://github.com/zricethezav/gitleaks
Waypoint
A consistent developer workflow to build, deploy, and release applications across any platform.https://www.hashicorp.com/blog/announcing-waypoint
Boundary
Simple and secure remote access — to any system anywhere based on trusted identity.https://www.hashicorp.com/blog/hashicorp-boundary
s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files.https://github.com/peak/s5cmd