Skip to content

Malcontent Module for POC #224

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

Merged
merged 3 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions scanners/boostsecurityio/malcontent/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
api_version: 1.0

id: boostsecurityio/malcontent
name: Malcontent
namespace: boostsecurityio/malcontent
scan_types:
- sast

config:
support_diff_scan: true

steps:
- scan:
command:
docker:
image: cgr.dev/chainguard/malcontent:latest
command: --format=json --min-risk=medium analyze .
workdir: /src
format: sarif
post-processor:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-malcontent:0a559cb@sha256:dc4d24ab8bd8f0e90e9c789cb3700065491232563e9451a9829443ab123e915e
command: process
3 changes: 3 additions & 0 deletions scanners/boostsecurityio/malcontent/rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import:
- boostsecurityio/sbom-sca
- boostsecurityio/oss-license