-
-
Notifications
You must be signed in to change notification settings - Fork 931
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
base: master
Are you sure you want to change the base?
Add semgrep workflow #5293
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Signed-off-by: Samuel Giddins <[email protected]>
c0e74e1
to
76150a0
Compare
jobs: | ||
semgrep: | ||
name: semgrep/ci | ||
runs-on: ubuntu-20.04 |
There was a problem hiding this comment.
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]') |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw. isn't the name just dependabot or Dependabot currently?
Signed-off-by: Samuel Giddins [email protected]