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

Add semgrep workflow #5293

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

Conversation

segiddins
Copy link
Member

Signed-off-by: Samuel Giddins [email protected]

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.88%. Comparing base (315cbbb) to head (76150a0).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5293   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files         457      457           
  Lines        9576     9576           
=======================================
  Hits         9278     9278           
  Misses        298      298           

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

Signed-off-by: Samuel Giddins <[email protected]>
@segiddins segiddins force-pushed the segiddins/add-semgrep-workflow branch from c0e74e1 to 76150a0 Compare December 1, 2024 21:25
@segiddins segiddins marked this pull request as ready for review December 1, 2024 21:27
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

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

Nit: pretty old ubuntu. LTS ends in < 6 months.

SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep
if: (github.actor != 'dependabot[bot]')
Copy link
Member

Choose a reason for hiding this comment

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

Is it skipped, since dependabot doesn't do code-changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants