From d02b5b0fc709865ee33b768eeaf7b295d6f3ab7b Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 16 Jul 2024 13:55:57 -0400 Subject: [PATCH] cicd: allow missing credentials in aws creds detection --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 947ee236..c4fdba47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: