From 7b1858ae4b1253708a778949e97b6a743bb21bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:47:15 +0100 Subject: [PATCH] :dependabot: pip(deps-dev): Bump pylint from 3.2.7 to 3.3.1 (#248) * :dependabot: pip(deps-dev): Bump pylint from 3.2.7 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * :wrench: Fix trivy db workflow sporadic failure --------- Signed-off-by: dependabot[bot] Signed-off-by: Gary <26419401+Gary-H9@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary <26419401+Gary-H9@users.noreply.github.com> --- .github/workflows/scan-image.yml | 5 ++++- requirements-dev.txt | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scan-image.yml b/.github/workflows/scan-image.yml index b76f997..23dce48 100644 --- a/.github/workflows/scan-image.yml +++ b/.github/workflows/scan-image.yml @@ -49,7 +49,10 @@ jobs: - name: Scan Image (On SARIF Scan Failure) if: failure() && steps.scan_image.outcome == 'failure' id: scan_image_on_failure - uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0 + uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # v0.27.0 + env: + TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 + TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1 with: image-ref: grafana-api-key-rotator exit-code: 1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 537b119..18ca3ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ autopep8==2.3.1 black==24.10.0 flake8==7.1.1 isort==5.13.2 -mypy==1.12.0 -pylint==3.2.7 +mypy==1.20.0 +pylint==3.3.1