npm install @azure/storage-blob\n
npm install uuid dotenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/Homebrew/homebrew-bundle | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
# set arguments for all 'brew install --cask' commands | |
cask_args appdir: "~/Applications", require_sha: true | |
# CASK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Afghanistan", | |
"dial_code": "+93", | |
"code": "AF" | |
}, | |
{ | |
"name": "Aland Islands", | |
"dial_code": "+358", | |
"code": "AX" |
Content :
- Ensure containers run as non-root users
- Enable immutable container filesystems (where applicable)
- Scan container images for vulnerabilities/misconfigurations
- Disable privilege escalation and dangerous capabilities:
- No privileged containers
- No hostPID, hostIPC, hostNetwork
- No allowedHostPath
OlderNewer