Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/lambda/python-a9852e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry authored Oct 22, 2024
2 parents 475ac09 + 2ec1da0 commit 98680c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Scan Image
id: scan_image
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Scan Image (On SARIF Scan Failure)
if: failure() && steps.scan_image.outcome == 'failure'
id: scan_image_on_failure
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27.0
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
image-ref: ingestion-notify
exit-code: 1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ autopep8==2.3.1
black==24.10.0
flake8==7.1.1
isort==5.13.2
mypy==1.12.0
mypy==1.12.1
pylint==3.3.1
4 changes: 2 additions & 2 deletions src/var/task/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.35.40
botocore==1.35.40
boto3==1.35.45
botocore==1.35.45
notifications-python-client==10.0.0
slack_sdk==3.33.1

0 comments on commit 98680c7

Please sign in to comment.