Gathering detailed insights and metrics for is-ci
Gathering detailed insights and metrics for is-ci
Gathering detailed insights and metrics for is-ci
Gathering detailed insights and metrics for is-ci
npm install is-ci
99.7
Supply Chain
69.4
Quality
78.3
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
385 Stars
82 Commits
17 Forks
7 Watching
1 Branches
11 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-9.4%
4,023,133
Compared to previous day
Last week
1.9%
24,553,450
Compared to previous week
Last month
21.8%
96,538,033
Compared to previous month
Last year
-11.5%
974,377,107
Compared to previous year
1
2
Returns true
if the current environment is a Continuous Integration
server.
Please open an issue if your CI server isn't properly detected :)
1npm install is-ci --save
1const isCI = require('is-ci') 2 3if (isCI) { 4 console.log('The code is running on a CI server') 5}
For CLI usage you need to have the is-ci
executable in your PATH
.
There's a few ways to do that:
npm install is-ci -g
./node_modules/.bin/is-ci
1is-ci && echo "This is a CI server"
Refer to ci-info docs for all supported CI's
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More