File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -400,14 +400,14 @@ jobs:
400400 # this workflow.
401401 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
402402 - name : Download Docker image artifact
403- uses : actions/download-artifact@v4
403+ uses : actions/download-artifact@v5
404404 with :
405405 name : dist
406406 path : dist
407407 - name : Load Docker image
408408 run : docker load < dist/image.tar.gz
409409 - name : Run Trivy vulnerability scanner
410- uses : aquasecurity/trivy-action@0.32 .0
410+ uses : aquasecurity/trivy-action@0.33 .0
411411 with :
412412 image-ref : ${{ needs.repo-metadata.outputs.image-name }}:latest
413413 test :
@@ -471,7 +471,7 @@ jobs:
471471 python -m pip install --upgrade pip setuptools wheel
472472 pip install --upgrade --requirement requirements-test.txt
473473 - name : Download Docker image artifact
474- uses : actions/download-artifact@v4
474+ uses : actions/download-artifact@v5
475475 with :
476476 name : dist
477477 path : dist
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ repos:
133133 - --config=.bandit.yml
134134 # Run bandit on everything except the "tests" tree
135135 - repo : https://github.com/PyCQA/bandit
136- rev : 1.7.10
136+ rev : 1.8.3
137137 hooks :
138138 - id : bandit
139139 name : bandit (everything else)
You can’t perform that action at this time.
0 commit comments