Skip to content

Commit

Permalink
setup: Workflows - Bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luppyn committed Jul 31, 2024
1 parent 0d5b024 commit d32b713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ jobs:
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v4.0.2
env:
cache-name: cache-node-modules
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: .
path: ~/.gradle/caches
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
# An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
npm-feature-${{ hashFiles('package-lock.json') }}
npm-feature-
npm-
# The chunk size used to split up large files during upload, in bytes
upload-chunk-size: 1024
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ isort==5.13.2
keyboard==0.13.5
mccabe==0.7.0
mysql-connector-python==9.0.0
numpy==1.26.3
opencv-python==4.9.0.80
numpy==2.0.1
opencv-python==4.10.0.84
packaging==24.1
pefile==2023.2.7
pip-upgrader==1.4.15
platformdirs==4.2.2
pluggy==1.5.0
pyinstaller==6.4.0
pyinstaller-hooks-contrib==2024.2
pyinstaller==6.9.0
pyinstaller-hooks-contrib==2024.7
pylint==3.2.6
PyMySQL==1.1.1
pytest==8.3.2
python-dotenv==1.0.1
pywin32-ctypes==0.2.2
PyYAML==6.0.1
requests==2.31.0
requests==2.32.3
SQLAlchemy==2.0.31
terminaltables==3.1.10
tomlkit==0.13.0
typing_extensions==4.12.2
urllib3==2.1.0
urllib3==2.2.2

0 comments on commit d32b713

Please sign in to comment.