Skip to content

chore: add semgrep GitHub action - #167

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

chore: add semgrep GitHub action#167
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.

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
@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
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e2e1580) to head (1a798df).

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #167   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        15        15           
===========================================
  Files              1         1           
  Lines             31        31           
  Branches           7         7           
===========================================
  Hits              31        31           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JaredHatfield
JaredHatfield merged commit 1f959bd into main Aug 8, 2026
9 of 10 checks passed
@JaredHatfield
JaredHatfield deleted the add-semgrep-action branch August 8, 2026 18:00
@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