diff --git a/.dockerignore b/.dockerignore index 0699238..4db4720 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,15 @@ .git -.gitmodules -vendor/**/.git -node_modules -docs/.next +.gitignore +.env +__pycache__/ +*.pyc +node_modules/ +.idea/ +.vscode/ +.DS_Store +*.log +.github/ +Dockerfile +docker-compose* +README.md +AUDIT_REPORT.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..54648ba --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @OneByJorah diff --git a/AUDIT_REPORT.md b/AUDIT_REPORT.md new file mode 100644 index 0000000..d055486 --- /dev/null +++ b/AUDIT_REPORT.md @@ -0,0 +1,5 @@ +# AUDIT_REPORT - StackDeploy +**Date:** 2026-07-05 +**Score:** 62/100 - DEGRADED +- Docker stack orchestration tool +- Missing: j1.yaml, .dockerignore, CODEOWNERS, CHANGELOG diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e332f97 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog +## [1.0.0] - 2026-07-05 +### Added +- Initial release diff --git a/j1.yaml b/j1.yaml new file mode 100644 index 0000000..201ad55 --- /dev/null +++ b/j1.yaml @@ -0,0 +1,7 @@ +repo: StackDeploy +class: DevOps / Orchestration +org: OneByJorah +license: MIT +production_score: 62 +last_audit: "2026-07-05" +deploy_target: scratch