File tree Expand file tree Collapse file tree 3 files changed +506
-456
lines changed Expand file tree Collapse file tree 3 files changed +506
-456
lines changed Original file line number Diff line number Diff line change 1+ # Failing action: https://github.com/ansys/pydynamicreporting/actions/runs/17598170413
12name : Security Scan
23
34on :
910
1011jobs :
1112 security_scan :
13+ if : false
1214 uses : ansys-internal/ci-templates/.github/workflows/security-scan-mend.yml@v7
1315 with :
1416 package_type : ' poetry+npm'
Original file line number Diff line number Diff line change 1+ graft src
2+ graft codegen
3+ include AUTHORS
4+ include CHANGELOG.rst
5+ include CONTRIBUTING.rst
6+ include CONTRIBUTORS.md
7+ include LICENSE
8+ include pyproject.toml
9+ include README.rst
10+ include setup.py
11+
12+ prune .ci
13+ prune .github
14+ prune .venv
15+ prune default_templates
16+ prune doc
17+ prune tests
18+ prune *.egg-info
19+
20+ exclude .flake8
21+ exclude .gitignore
22+ exclude .pre-commit-config.yaml
23+ exclude codecov.yml
24+ exclude Makefile
25+ exclude test_cleanup.py
26+ exclude uv.lock
27+ exclude PKG-INFO
28+
29+ global-exclude *.py[cod]
30+ global-exclude __pycache__/**
You can’t perform that action at this time.
0 commit comments