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

Update startup-tests.yml #371

Merged
merged 9 commits into from
May 6, 2024
Merged

Update startup-tests.yml #371

merged 9 commits into from
May 6, 2024

Conversation

eric-intuitem
Copy link
Collaborator

avoid using a secret for postres password:

  • this has no security benefit, as the service is running on localhost for the test runner
  • this makes external PRs fail, because they are not allowed to get the secret. To be reviewed carefully before merge.

avoid using a secret for postres password:
- this has no security benefit, as the service is running on localhost for the test runner
- this makes external PRs fail, because they are not allowed to get the secret.
To be reviewed before merge.
Copy link

gitguardian bot commented May 5, 2024

⚠️ GitGuardian has uncovered 8 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
10806176 Triggered Generic Password 02dfc85 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password a3a63c2 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password 6869883 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password 9a901d7 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password 9a901d7 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password cb9b283 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password c4b2de5 .github/workflows/startup-tests.yml View secret
10806176 Triggered Generic Password c4b2de5 .github/workflows/startup-tests.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@ab-smith
Copy link
Contributor

ab-smith commented May 5, 2024

Think about the exception for gitGuardian

@ab-smith ab-smith removed the request for review from nas-tabchiche May 6, 2024 11:43
@ab-smith ab-smith merged commit 1381de6 into main May 6, 2024
8 checks passed
@ab-smith ab-smith deleted the fix/remove-useless-secret branch May 6, 2024 15:46
@github-actions github-actions bot locked and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants