2026-07-03 受講
不正な行為と知りつつ行われた事例多数。
- 企業倫理(business Ethics): ビジネス倫理、人倫の道徳
- 法令遵守(compliance): 規則や法律に従う・守る
| # Use rg instead of: | |
| grep -r FooBar --exclude-dir={.next,node_modules,.pnpm-store,dist,coverage} |
| term = xterm-ghostty | |
| theme = Andromeda | |
| font-family = HackGen Console NF | |
| font-size = 9 | |
| font-thicken = true | |
| font-thicken-strength = 1 |
| #!/usr/bin/bash | |
| # disable to sleep | |
| sudo pmset -a disablesleep 1 | |
| # enable to sleep | |
| sudo pmset -a disablesleep 0 | |
| # ☕ | |
| caffeinate |
| .actions[].resolves[].id as $id | |
| | .advisories[$id|tostring] | |
| | "\(.severity): \(.module_name): (\(.vulnerable_versions) → \(.patched_versions))" |
| name: Build and Push Docker Images | |
| on: | |
| push: | |
| tags: | |
| - '*' | |
| env: | |
| REGISTRY: ghcr.io | |
| IMAGE_NAME: ${{ github.repository }} |
| #!/usr/bin/env bash | |
| __check() { | |
| if [[ $# == 0 ]]; then | |
| echo "usage: $0 <ENV> [spn opt]..." | |
| exit 0 | |
| fi | |
| if ! command -v curl git &>/dev/null; then |
Created at: 2025-04-01
[tool.hatch.version]