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
issue #172: fix
  • Loading branch information
ThomasCardin committed Dec 6, 2024
commit 8a955d2c4ae25eb718b252186d20c8052dc995eb
3 changes: 0 additions & 3 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

GitHub Actions / yaml-lint-check

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

on:
workflow_call:
@@ -27,9 +27,6 @@
githubToken: ${{ secrets.VAULT_TOKEN }}
secrets: |
kv/data/test * | VAULTACTIONKEY_;
kv/data/fertiscan/backend * | VAULTACTIONKEY_;
kv/data/fertiscan/database * | VAULTACTIONKEY_;
kv/data/fertiscan-dev * | VAULTACTIONKEY_;

- name: Install git-secrets
run: |
Loading