1.2.0 • Published 11 months ago

@form8ion/ossf-scorecard v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
1.2.0

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0-alpha.6

11 months ago

1.0.0

11 months ago

1.0.0-alpha.5

11 months ago

1.0.0-alpha.4

11 months ago

1.0.0-alpha.3

11 months ago

1.0.0-alpha.2

12 months ago

1.0.0-alpha.1

12 months ago