fix: Add 'srcset' to spell check dictionary and fix Bandit config path in CI workflow
This commit is contained in:
@@ -204,7 +204,8 @@
|
||||
"idempotent",
|
||||
"interoperable",
|
||||
"composable",
|
||||
"extensible"
|
||||
"extensible",
|
||||
"srcset"
|
||||
],
|
||||
"ignoreWords": [
|
||||
"luongnv89",
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }})
|
||||
|
||||
Reference in New Issue
Block a user