
CIS बेंचमार्क के विरुद्ध सॉफ्टवेयर आपूर्ति श्रृंखला सुरक्षा अनुपालन का ऑडिट करता है, SCM सेटिंग्स, शाखा सुरक्षा, निर्भरताओं और CI/CD पाइपलाइनों को जोखिमों के लिए स्कैन करता है।
Chain-bench आपके सॉफ्टवेयर सप्लाई चेन स्टैक के सुरक्षा अनुपालन के लिए ऑडिट करने हेतु एक ओपन-सोर्स टूल है, जो एक नए CIS सॉफ्टवेयर सप्लाई चेन बेंचमार्क पर आधारित है। यह ऑडिट पूरी SDLC प्रक्रिया पर केंद्रित है, जहाँ यह कोड टाइम से लेकर डिप्लॉय टाइम तक के जोखिमों को उजागर कर सकता है। हैकर्स के खिलाफ दौड़ जीतने और अपने संवेदनशील डेटा तथा ग्राहक विश्वास की रक्षा करने के लिए, आपको यह सुनिश्चित करना होगा कि आपका कोड आपके संगठन की नीतियों के अनुरूप है।
Chain-bench दस्तावेज़ीकरण में और पढ़ें
Chain-bench आपके सॉफ्टवेयर सप्लाई चेन स्टैक के सुरक्षा अनुपालन के लिए ऑडिट करने हेतु एक ओपन-सोर्स टूल है, जो एक नए CIS सॉफ्टवेयर सप्लाई चेन बेंचमार्क पर आधारित है। यह ऑडिट पूरी SDLC प्रक्रिया पर केंद्रित है, जहाँ यह कोड टाइम से लेकर डिप्लॉय टाइम तक के जोखिमों को उजागर कर सकता है।
Chain-bench को चलाने का प्राथमिक तरीका एक स्टैंडअलोन cli के रूप में है। इसे अपने SCM तक पहुँचने के लिए आपके खाते के लिए एक एक्सेस टोकन और रिपॉजिटरी URL की आवश्यकता होती है।
Chain-bench को अपनी पसंदीदा इंस्टालेशन विधि के माध्यम से प्राप्त करें। विवरण के लिए दस्तावेज़ीकरण में installation अनुभाग देखें। उदाहरण के लिए:
brew install chain-benchnix-env --install -A nixpkgs.chain-benchdocker run aquasec/chain-benchchain-bench scan --repository-url <REPOSITORY_URL> --access-token <TOKEN> -o <OUTPUT_PATH>
chain-bench scan --repository-url <REPOSITORY_URL> --scm-platform <SCM_PLATFORM> --access-token <TOKEN> -o <OUTPUT_PATH>
scm-platform के लिए समर्थित विकल्प "github" और "gitlab" (बीटा) हैं
docker run aquasec/chain-bench scan --repository-url <REPOSITORY_URL> --access-token <TOKEN>
रिपॉजिटरी देखें https://github.com/aquasecurity/chain-bench-action
2022-06-13 15:22:18 INF 🚩 Fetch Starting
2022-06-13 15:22:19 INF 🏢 Fetching Organization Settings Finished
2022-06-13 15:22:29 INF 🛢️ Fetching Repository Settings Finished
2022-06-13 15:22:29 INF 🌱 Fetching Branch Protection Settings Finished
2022-06-13 15:22:29 INF 👫 Fetching Members Finished
2022-06-13 15:22:31 INF 🔧 Fetching Pipelines Finished
2022-06-13 15:22:31 INF 🏁 Fetch succeeded
ID Name Result Reason
-------- ----------------------------------------------------------------------------------------------- -------- ---------------------------------------
1.1.3 Ensure any change to code receives approval of two strongly authenticated users Passed
1.1.4 Ensure previous approvals are dismissed when updates are introduced to a code change proposal Failed
1.1.5 Ensure that there are restrictions on who can dismiss code change reviews Failed
1.1.6 Ensure code owners are set for extra sensitive code or configuration Failed
1.1.8 Ensure inactive branches are reviewed and removed periodically Failed 20 inactive branches
1.1.9 Ensure all checks have passed before the merge of new code Passed
1.1.10 Ensure open git branches are up to date before they can be merged into codebase Passed
1.1.11 Ensure all open comments are resolved before allowing to merge code changes Passed
1.1.12 Ensure verifying signed commits of new changes before merging Failed
1.1.13 Ensure linear history is required Passed
1.1.14 Ensure branch protection rules are enforced on administrators Failed
1.1.15 Ensure pushing of new code is restricted to specific individuals or teams Passed
1.1.16 Ensure force pushes code to branches is denied Failed
1.1.17 Ensure branch deletions are denied Failed
1.2.1 Ensure all public repositories contain a SECURITY.md file Failed
1.2.2 Ensure repository creation is limited to specific members Failed
1.2.3 Ensure repository deletion is limited to specific members Passed
1.2.4 Ensure issue deletion is limited to specific members Passed
1.3.1 Ensure inactive users are reviewed and removed periodically Failed 22 inactive users
1.3.3 Ensure minimum admins are set for the organization Passed
1.3.5 Ensure the organization is requiring members to use MFA Passed
1.3.7 Ensure 2 admins are set for each repository Failed
1.3.8 Ensure strict base permissions are set for repositories Passed
1.3.9 Ensure an organization's identity is confirmed with a Verified badge Failed
2.3.1 Ensure all build steps are defined as code Failed No build job was found in pipelines
2.3.5 Ensure access to the build process's triggering is minimized Passed
2.3.7 Ensure pipelines are automatically scanned for vulnerabilities Passed
2.3.8 Ensure scanners are in place to identify and prevent sensitive data in pipeline files Failed Repository is not scanned for secrets
2.4.2 Ensure all external dependencies used in the build process are locked Failed 16 task(s) are not pinned
2.4.6 Ensure pipeline steps produce an SBOM Passed
3.1.7 Ensure dependencies are pinned to a specific, verified version Failed 16 dependencies are not pinned
3.2.2 Ensure packages are automatically scanned for known vulnerabilities Passed
3.2.3 Ensure packages are automatically scanned for license implications Passed
4.2.3 Ensure user's access to the package registry utilizes MFA Passed
4.2.5 Ensure anonymous access to artifacts is revoked Passed
4.3.4 Ensure webhooks of the package registry are secured Passed
-------- ----------------------------------------------------------------------------------------------- -------- ---------------------------------------
Total Passed Rules: 19 out of 36
2022-06-13 15:22:31 INF Scan completed: 13.108s
आप chain-bench के परिणामों को अपनी CI परिभाषा में एक नया चरण जोड़कर Gitlab Vulnerability Report में एकीकृत कर सकते हैं:
chain-bench-scanning:
stage: test
image:
name: docker.io/aquasec/chain-bench
entrypoint: [""]
script:
- chain-bench scan --repository-url $CI_PROJECT_URL --access-token $CHAIN_BENCH_TOKEN --scm-platform gitlab -o results.json --template @/templates/gitlab_security_scanner.tpl
artifacts:
reports:
container_scanning: results.json
Maintainer भूमिका के साथ एक नया token बनाना होगा, जिसमें read_api और read_repository अनुमति हो, और इसे पर्यावरण चर (जैसे $CHAIN_BENCH_TOKEN) के रूप में उपयोग करेंएक एक्सेस टोकन प्रदान करना आवश्यक है जिसमें इन स्कोपों की अनुमति हो: repo(सभी), read:repo_hook, admin:org_hook, read:org
हम वर्तमान में PAT प्रमाणीकरण के साथ Github और Gitlab SCM का समर्थन करते हैं।
Chain-bench CIS सॉफ्टवेयर सप्लाई चेन बेंचमार्क को यथासंभव निकटता से लागू करता है। आप वर्तमान में लागू किए गए चेक AVD - सॉफ्टवेयर सप्लाई चेन CIS - 1.0 के अंतर्गत पा सकते हैं, जो हर रात chain-bench के metadata.json फ़ाइलों के आधार पर अपडेट होते हैं। कृपया यहाँ समस्याएँ उठाएँ यदि chain-bench बेंचमार्क में वर्णित परीक्षण को सही ढंग से लागू नहीं कर रहा है। बेंचमार्क में ही समस्याओं की रिपोर्ट करने के लिए (उदाहरण के लिए, परीक्षण जो आपको अनुपयुक्त लगते हैं), कृपया CIS समुदाय से जुड़ें।
कृपया योगदान देने से पहले योगदान पढ़ें। हम PR और समस्या रिपोर्ट का स्वागत करते हैं।
आगे बढ़ते हुए हम अधिक चेकों और अधिक प्लेटफॉर्मों के समर्थन के साथ बेंचमार्क कवरेज बढ़ाने के लिए chain-bench में अपडेट जारी करने की योजना बना रहे हैं। Chain-bench Trivy फैमिली का हिस्सा एक Aqua Security ओपन सोर्स प्रोजेक्ट है।