Skip to content

Conversation

@ncalteen
Copy link
Contributor

@ncalteen ncalteen commented Oct 9, 2025

This pull request makes a small update to the workflow configuration by removing a step that outputs validation results. The change streamlines the .github/workflows/issue-created.yml file by eliminating unnecessary logging.

@ncalteen ncalteen self-assigned this Oct 9, 2025
@ncalteen ncalteen requested a review from a team as a code owner October 9, 2025 18:19
Copilot AI review requested due to automatic review settings October 9, 2025 18:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR streamlines the GitHub workflow by removing an output step that logged validation results. The change eliminates unnecessary console output while maintaining the core validation functionality.

  • Removes the "Output Validation Results" step that echoed validation outputs to the console

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

github-actions bot commented Oct 9, 2025

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.05s
✅ JSON jsonlint 11 0 0 0.2s
✅ JSON npm-package-json-lint yes no no 0.72s
✅ JSON prettier 11 0 0 0.89s
✅ JSON v8r 11 0 0 8.44s
✅ MARKDOWN markdownlint 1 0 0 0.79s
✅ REPOSITORY gitleaks yes no no 1.35s
✅ REPOSITORY git_diff yes no no 0.05s
✅ REPOSITORY grype yes no no 40.17s
✅ REPOSITORY secretlint yes no no 1.04s
✅ REPOSITORY syft yes no no 7.7s
✅ REPOSITORY trivy-sbom yes no no 2.59s
✅ REPOSITORY trufflehog yes no no 22.18s
✅ TYPESCRIPT prettier 30 0 0 1.94s
✅ YAML prettier 18 0 0 1.23s
✅ YAML v8r 18 0 0 9.54s
✅ YAML yamllint 18 0 0 0.89s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,TYPESCRIPT_PRETTIER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen merged commit 8f5e379 into main Oct 9, 2025
5 checks passed
@ncalteen ncalteen deleted the ncalteen/7748 branch October 9, 2025 18:23
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.

3 participants