Skip to content

chore: add semgrep GitHub action - #82

Merged
JaredHatfield merged 1 commit into
mainfrom
add-semgrep-action
Aug 8, 2026
Merged

chore: add semgrep GitHub action#82
JaredHatfield merged 1 commit into
mainfrom
add-semgrep-action

Conversation

@JaredHatfield

Copy link
Copy Markdown
Member

Add semgrep static analysis GitHub action for security scanning.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

image: semgrep/semgrep@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b

steps:
- uses: actions/checkout@v6
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

- name: Upload Semgrep results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
image: semgrep/semgrep@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b

steps:
- uses: actions/checkout@v6
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

- name: Upload Semgrep results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
image: semgrep/semgrep@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b

steps:
- uses: actions/checkout@v6
@JaredHatfield
JaredHatfield merged commit a9a4ec5 into main Aug 8, 2026
7 of 8 checks passed
@JaredHatfield
JaredHatfield deleted the add-semgrep-action branch August 8, 2026 18:01
@github-project-automation github-project-automation Bot moved this from Todo to Done in UnitVectorY Labs Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants