Skip to content

feat: inital backend boilerplate - Nginx - Docker 0.01#1

Merged
CarterPerez-dev merged 3 commits into
mainfrom
feature/backend
Dec 7, 2025
Merged

feat: inital backend boilerplate - Nginx - Docker 0.01#1
CarterPerez-dev merged 3 commits into
mainfrom
feature/backend

Conversation

@CarterPerez-dev

Copy link
Copy Markdown
Owner
  • FastAPI boilerplate
  • Nginx setup
  • Docker setup

@gitguardian

gitguardian Bot commented Dec 7, 2025

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 3 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
17226523 Triggered Generic Password ac61b4d .env.example View secret
23204058 Triggered Generic Password ac61b4d backend/tests/test_auth.py View secret
22642947 Triggered Generic Password ac61b4d dev.compose.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@github-actions

github-actions Bot commented Dec 7, 2025

Copy link
Copy Markdown

Lint & Type Check Results

Pylint: Issues Found

View pylint output
error: Failed to spawn: `pylint`
  Caused by: No such file or directory (os error 2)

Ruff: Issues Found

View ruff output
error: Failed to spawn: `ruff`
  Caused by: No such file or directory (os error 2)

Mypy: Issues Found

View mypy output
error: Failed to spawn: `mypy`
  Caused by: No such file or directory (os error 2)

Review the issues above and consider fixing them.

@github-actions

github-actions Bot commented Dec 7, 2025

Copy link
Copy Markdown

Lint & Type Check Results

Pylint: Issues Found

View pylint output
/home/runner/work/_temp/7fcb2cf2-3ae9-4a71-bb6a-b18de37b49dc.sh: line 2: .venv/bin/pylint: No such file or directory

Ruff: Issues Found

View ruff output
RUF059 Unpacked variable `raw_refresh` is never used
   --> src/services/auth.py:155:9
    |
153 |         access_token = create_access_token(user.id, user.token_version)
154 |
155 |         raw_refresh, new_hash, expires_at = create_refresh_token(
    |         ^^^^^^^^^^^
156 |             user.id, stored_token.family_id
157 |         )
    |
help: Prefix it with an underscore or any other dummy variable pattern

Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).

Mypy: Passed

No mypy issues found.


Review the issues above and consider fixing them.

@github-actions

github-actions Bot commented Dec 7, 2025

Copy link
Copy Markdown

Lint & Type Check Results

Pylint: Issues Found

View pylint output
/home/runner/work/_temp/8f174554-39ed-45da-8443-9716d31d8806.sh: line 2: pylint: command not found

Ruff: Passed

No ruff issues found.

Mypy: Passed

No mypy issues found.


Review the issues above and consider fixing them.

@CarterPerez-dev CarterPerez-dev merged commit d7eea14 into main Dec 7, 2025
2 checks passed
@CarterPerez-dev CarterPerez-dev deleted the feature/backend branch December 9, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant