Skip to content

Commit 8e2ac1d

Browse files
committed
test: add todo for run upsert-ossf-scorecard
1 parent 6f6d0bb commit 8e2ac1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

__tests__/cli/workflows.test.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const inquirer = require('inquirer').default
22
const knexInit = require('knex')
33
const { simplifyObject } = require('@ulisesgascon/simplify-object')
44
const { getConfig } = require('../../src/config')
5-
const { runWorkflowCommand, listWorkflowCommand } = require('../../src/cli')
5+
const { runWorkflowCommand, listWorkflowCommand, } = require('../../src/cli')
66
const { resetDatabase, getAllProjects, getAllGithubOrgs, addGithubOrg, addProject, getAllGithubRepos, addGithubRepo } = require('../../__utils__')
77
const { github } = require('../../src/providers')
88
const { sampleGithubOrg, sampleGithubListOrgRepos, sampleGithubRepository } = require('../../__fixtures__')
@@ -140,3 +140,7 @@ describe('run upsert-github-repositories', () => {
140140
describe('run run-all-checks', () => {
141141
test.todo('Should run all the compliance checks for the stored data')
142142
})
143+
144+
describe('run upsert-ossf-scorecard', () => {
145+
test.todo('Should upsert the OSSF Scorecard scoring by running and checking every repository in the database')
146+
})

0 commit comments

Comments
 (0)