Skip to content

style: automated autofixes from CodeQL workflow - #1124

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/codeql-autofix-30315732104
Open

style: automated autofixes from CodeQL workflow#1124
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/codeql-autofix-30315732104

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated cleanup pushed by the CodeQL Advanced workflow.

Tools applied:

  • ruff check --fix + ruff format (unsafe fixes only enabled when allow_unsafe_fixes=true on scheduled/manual runs)
  • prettier --write
  • eslint --fix (if configured in the repository)
  • clang-format -i --style=file (when C/C++ files are present)

Triggered by: schedule on refs/heads/main (run #30315732104).


# Use specific provider
maker = WebsiteMaker(provider_name='azure') # or 'openai', 'local'
maker = WebsiteMaker(provider_name="azure") # or 'openai', 'local'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Semgrep identified an issue in your code:
Possibly found usage of AI: OpenAI

To resolve this comment:

🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.

💬 Ignore this finding

Reply with Semgrep commands to ignore this finding.

  • /fp <comment> for false positive
  • /ar <comment> for acceptable risk
  • /other <comment> for all other reasons

Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by detect-generic-ai-oai.

You can view more details about this finding in the Semgrep AppSec Platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant