<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SAURABH JHA</title>
    <description>The latest articles on DEV Community by SAURABH JHA (@saurabh_jha_5f41b9936ac61).</description>
    <link>https://dev.to/saurabh_jha_5f41b9936ac61</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3423904%2Fb8d9aefe-4f47-4b57-a071-b3424e7855c8.jpg</url>
      <title>DEV Community: SAURABH JHA</title>
      <link>https://dev.to/saurabh_jha_5f41b9936ac61</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saurabh_jha_5f41b9936ac61"/>
    <language>en</language>
    <item>
      <title>SecurePR: Automatically Scan Every GitHub Pull Request for Vulnerabilities – Free &amp; Open Source</title>
      <dc:creator>SAURABH JHA</dc:creator>
      <pubDate>Sat, 09 Aug 2025 16:35:36 +0000</pubDate>
      <link>https://dev.to/saurabh_jha_5f41b9936ac61/securepr-automatically-scan-every-github-pull-request-for-vulnerabilities-free-open-source-1d7i</link>
      <guid>https://dev.to/saurabh_jha_5f41b9936ac61/securepr-automatically-scan-every-github-pull-request-for-vulnerabilities-free-open-source-1d7i</guid>
      <description>&lt;p&gt;Every day, developers merge pull requests (PRs) without realizing they might be introducing security vulnerabilities into production.&lt;br&gt;
Sometimes it’s because security scanning tools are complex, paid, or simply not part of the workflow.&lt;/p&gt;

&lt;p&gt;That’s why I built SecurePR – an open-source GitHub Action that runs Trivy and Semgrep on every pull request and posts the results directly as a comment.&lt;br&gt;
No servers, no hidden costs, no setup headaches.&lt;/p&gt;




&lt;p&gt;Why SecurePR?&lt;/p&gt;

&lt;p&gt;No Manual Scanning – Runs automatically for every PR.&lt;/p&gt;

&lt;p&gt;Free &amp;amp; Open Source – No licensing, no trial limits.&lt;/p&gt;

&lt;p&gt;Lightweight – Works directly in GitHub Actions.&lt;/p&gt;

&lt;p&gt;Two Powerful Scanners – Trivy for dependency scanning + Semgrep for static code analysis.&lt;/p&gt;




&lt;p&gt;How It Works&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;A contributor opens a PR on your repo.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SecurePR runs Trivy to detect dependency vulnerabilities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SecurePR runs Semgrep to find code security issues.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A single PR comment appears with all findings.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Getting Started&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Go to your repo on GitHub.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the securepr.yml workflow file from our GitHub repo.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Commit &amp;amp; push.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Done – every new PR will be scanned automatically.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;p&gt;Support SecurePR&lt;/p&gt;

&lt;p&gt;If you like this project, please star the repo ⭐ and consider sponsoring me on GitHub to support future development.&lt;/p&gt;




&lt;p&gt;Links&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repo: &lt;a href="https://github.com/saurabhxjha/SecurePR" rel="noopener noreferrer"&gt;https://github.com/saurabhxjha/SecurePR&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💖 Sponsor Me: &lt;a href="https://github.com/sponsors/saurabhxjha" rel="noopener noreferrer"&gt;https://github.com/sponsors/saurabhxjha&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🌐 Product Page: &lt;a href="https://starkseek.com/products/securepr" rel="noopener noreferrer"&gt;https://starkseek.com/products/securepr&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
