Skip to content

Commit

Permalink
cicd: allow missing credentials in aws creds detection (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jul 16, 2024
1 parent 9f98df1 commit 9055f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-aws-credentials
args: [ --allow-missing-credentials ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0 # ruff version
hooks:
Expand Down

0 comments on commit 9055f7e

Please sign in to comment.