Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure no API key is inside our repos #174

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
issue #172: typo
  • Loading branch information
ThomasCardin committed Dec 6, 2024
commit 5e6eb7ca6fa5f24b60529efda6ed7e5b599f058d
6 changes: 1 addition & 5 deletions .github/workflows/workflow-detect-secret-leaks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Detect secrets leaks

Check warning on line 1 in .github/workflows/workflow-detect-secret-leaks.yml

View workflow job for this annotation

GitHub Actions / yaml-lint-check

1:1 [document-start] missing document start "---"

on:
workflow_call:
Expand All @@ -22,16 +22,12 @@
uses: hashicorp/[email protected]
with:
url: https://vault.vault.svc.cluster.local:8200
# caCertificate: ${{ secrets.VAULT_CA_CERT }}
method: github
tlsSkipVerify: true
githubToken: ${{ secrets.VAULT_TOKEN }}
secrets: |
kv/data/fertiscan/backend * | API_KEY_ ;
kv/data/fertiscan/database * | API_KEY_ ;
kv/data/fertiscan-dev * | API_KEY_ ;
kv/data/nachet * | API_KEY_ ;
kv/data/finesse * | API_KEY_


- name: Install git-secrets
run: |
Expand Down
Loading