From 9055f7ec5b6e9a033c7d20f0e3a935a4351c5d29 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 16 Jul 2024 14:50:19 -0400 Subject: [PATCH] cicd: allow missing credentials in aws creds detection (#569) --- .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: