Skip to content

Conversation

@EdgarPsda
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 22, 2025

🔐 DevSecOps Kit Security Summary

  • Gitleaks: 0 leak(s)
  • Trivy FS:
    • CRITICAL: 0
    • HIGH: 0
    • MEDIUM: 0
    • LOW: 0
  • Semgrep: 0 finding(s)

Status:PASS

"strings"
)

const apiKey = "sk-1234567890abcdefghijklmnop" // This will trigger Gitleaks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit e2840d9.
If this secret is a true positive, please rotate the secret ASAP.

If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.

echo e2840d91006522d2ebc5c0ed7a2c2e8cebca6140:cli/detectors/detector.go:generic-api-key:11 >> .gitleaksignore

test-security.js Outdated
@@ -0,0 +1,9 @@
const API_KEY = "sk-1234567890abcdefABCDEF1234567890";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit e2840d9.
If this secret is a true positive, please rotate the secret ASAP.

If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.

echo e2840d91006522d2ebc5c0ed7a2c2e8cebca6140:test-security.js:generic-api-key:1 >> .gitleaksignore

"strings"
)

const apiKey = "sk-1234567890abcdefghijklmnop" // This will trigger Gitleaks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Secret Detected

Rule: generic-api-key
Match: sk-1234567890abcdefg...

⚠️ Action Required: Remove this secret immediately and:

  1. Rotate the compromised credential
  2. Use environment variables or secret management
  3. Never commit secrets to version control

test-security.js Outdated
@@ -0,0 +1,9 @@
const API_KEY = "sk-1234567890abcdefABCDEF1234567890";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Secret Detected

Rule: generic-api-key
Match: sk-1234567890abcdefA...

⚠️ Action Required: Remove this secret immediately and:

  1. Rotate the compromised credential
  2. Use environment variables or secret management
  3. Never commit secrets to version control

"strings"
)

// ProjectInfo contains detected project information

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Secret Detected

Rule: generic-api-key
Match: sk-1234567890abcdefg...

⚠️ Action Required: Remove this secret immediately and:

  1. Rotate the compromised credential
  2. Use environment variables or secret management
  3. Never commit secrets to version control

"strings"
)

// ProjectInfo contains detected project information

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Secret Detected

Rule: generic-api-key
Match: sk-1234567890abcdefg...

⚠️ Action Required: Remove this secret immediately and:

  1. Rotate the compromised credential
  2. Use environment variables or secret management
  3. Never commit secrets to version control

"strings"
)

// ProjectInfo contains detected project information

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Secret Detected

Rule: generic-api-key
Match: sk-1234567890abcdefg...

⚠️ Action Required: Remove this secret immediately and:

  1. Rotate the compromised credential
  2. Use environment variables or secret management
  3. Never commit secrets to version control

@EdgarPsda EdgarPsda merged commit 365a09c into main Nov 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants