Skip to content

Commit

Permalink
plugins/semgrep: include/install semgrep plugin in make-srpm.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyw committed Jan 11, 2024
1 parent b1e94e2 commit 5b3d48d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ Requires: csmock-common
%description -n csmock-plugin-snyk
This package contains the snyk plug-in for csmock.
%package -n csmock-plugin-semgrep
Summary: csmock plug-in providing the support for semgrep scan.
Requires: csmock-common
%description -n csmock-plugin-semgrep
This package contains the semgrep plug-in for csmock.
%package -n csmock-plugin-strace
Summary: csmock plug-in providing the support for strace
Requires: csexec
Expand Down Expand Up @@ -343,6 +350,10 @@ This package contains the unicontrol plug-in for csmock.
%{python3_sitelib}/csmock/plugins/snyk.py*
%{python3_sitelib}/csmock/plugins/__pycache__/snyk.*
%files -n csmock-plugin-semgrep
%{python3_sitelib}/csmock/plugins/semgrep.py*
%{python3_sitelib}/csmock/plugins/__pycache__/semgrep.*
%files -n csmock-plugin-strace
%{python3_sitelib}/csmock/plugins/strace.py*
%{python3_sitelib}/csmock/plugins/__pycache__/strace.*
Expand Down
1 change: 1 addition & 0 deletions py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if(ENABLE_CSMOCK)
install_plugin(shellcheck)
install_plugin(smatch)
install_plugin(snyk)
install_plugin(semgrep)
install_plugin(strace)
install_plugin(symbiotic)
install_plugin(valgrind)
Expand Down

0 comments on commit 5b3d48d

Please sign in to comment.