Skip to content

Commit

Permalink
Try some further adjustments
Browse files Browse the repository at this point in the history
I have a feeling this will still error-out on the node1-key.pem and root-ca-key.pem
  • Loading branch information
nutjob4life committed Nov 29, 2023
1 parent 1011a3c commit 31cfda9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/secrets-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
--exclude-files '\.pre-commit-config\.yaml' \
--exclude-files '\.mypy_cache' \
--exclude-files '\.pytest_cache' \
--exclude-files '.*\.egg-info' \
--exclude-files '\.tox' \
--exclude-files '\.venv' \
--exclude-files 'venv' \
Expand Down
4 changes: 3 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
"dist",
"build",
".*\\.egg-info",
".*\\.egg-info",
"\\.mypy_cache",
"\\.pytest_cache",
"test-data"
]
}
Expand Down Expand Up @@ -265,5 +267,5 @@
}
]
},
"generated_at": "2023-11-17T21:42:36Z"
"generated_at": "2023-11-29T16:32:57Z"
}

0 comments on commit 31cfda9

Please sign in to comment.