Skip to content

Commit

Permalink
:dependabot: pip(deps-dev): Bump pylint from 3.2.7 to 3.3.1 (#248)
Browse files Browse the repository at this point in the history
* :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](pylint-dev/pylint@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] <support@github.com>

* 🔧 Fix trivy db workflow sporadic failure

---------

Signed-off-by: dependabot[bot] <support@github.com>
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>
  • Loading branch information
dependabot[bot] and Gary-H9 authored Oct 16, 2024
1 parent 1a5064a commit 7b1858a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
pylint==3.2.7
mypy==1.20.0
pylint==3.3.1

0 comments on commit 7b1858a

Please sign in to comment.