Skip to content

form8ion plugin for configuring the OpenSSF Scorecard for a project

License

Notifications You must be signed in to change notification settings

form8ion/ossf-scorecard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ossf-scorecard

form8ion plugin for configuring the OpenSSF Scorecard for a project

Node CI Workflow Status Codecov OpenSSF Scorecard

Table of Contents

Usage

MIT license npm Try @form8ion/ossf-scorecard on RunKit

Installation

$ npm install @form8ion/ossf-scorecard --save-prod

Example

Import

import {scaffold} from '@form8ion/ossf-scorecard';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd(), vcs: {owner: 'foo', name: 'bar', host: 'github'}});
})();

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release: angular Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test