Skip to content

Commit 81d12ab

Browse files
authored
Merge pull request #240 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
2 parents 3cab4fb + 63e97c3 commit 81d12ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)