fix: Add 'srcset' to spell check dictionary and fix Bandit config path in CI workflow

This commit is contained in:
Luong NGUYEN
2026-01-09 10:39:41 +01:00
parent 58e586f09b
commit 5c54d753a1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -204,7 +204,8 @@
"idempotent",
"interoperable",
"composable",
"extensible"
"extensible",
"srcset"
],
"ignoreWords": [
"luongnv89",
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
uv pip install "bandit[toml]"
- name: Run Bandit Security Scan
run: uv run bandit -c pyproject.toml -r scripts/ --exclude scripts/tests/
run: uv run bandit -c scripts/pyproject.toml -r scripts/ --exclude scripts/tests/
test:
name: Unit Tests (Python ${{ matrix.python-version }})