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

feat: githubSecretScanningReport #5242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

v0lkc
Copy link
Member

@v0lkc v0lkc commented Jan 17, 2025

Description

Introducing a new piper step githubSecretScanningReport. It aims to enhance our security and compliance capabilities by providing detailed insights into any potential secret exposures for a given GitHub repository.

Output Format

The output from this step has the following format:

{
  "toolName": "GitHubSecretScanning",
  "repositoryUrl": "https://github.com/some/repository",
  "secretScanningUrl": "https://github.com/some/repository/security/secret-scanning",
  "findings": [
    {
      "classificationName": "Audit All",
      "total": 1,
      "audited": 0
    }
  ]
}

Checklist

  • Tests
  • Documentation
  • Inner source library needs updating

@v0lkc v0lkc requested a review from a team as a code owner January 17, 2025 14:41
@v0lkc v0lkc force-pushed the feat/githubSecretScan branch from 8e68b18 to a3ef46c Compare January 17, 2025 14:42
@v0lkc v0lkc force-pushed the feat/githubSecretScan branch from a3ef46c to ce952ad Compare January 17, 2025 14:44
@v0lkc v0lkc enabled auto-merge (squash) January 17, 2025 14:49
@v0lkc
Copy link
Member Author

v0lkc commented Jan 17, 2025

/it-go

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.

1 participant