mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
fix: Add 'srcset' to spell check dictionary and fix Bandit config path in CI workflow
This commit is contained in:
@@ -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