You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the compliance_checks row with the following fields: how_to_url, implementation_status, implementation_type and implementation_details_reference
Check the migration scripts using npm run db:migrate and npm run db:rollback
Update the database schema by running npm run db:generate-schema
Although I haven’t yet thought about how to implement this, I know there are organizations like Express and Node.js that have more than 3 owners, which makes me question whether we should display alerts and tasks.
In Express, all TC members are owners, and we simply cannot reduce the TC list. The same applies to Node and any organization, and in some cases, owner access has been granted to the foundation.
How the Check Works
Provide a clear definition based on the spreadsheet
Pending Tasks
You can find more details in the contributing guide
compliance_checks
row with the following fields:how_to_url
,implementation_status
,implementation_type
andimplementation_details_reference
npm run db:migrate
andnpm run db:rollback
npm run db:generate-schema
src/checks/validators/index.js
src/checks/complianceChecks
isCheckApplicableToProjectCategory
)severity
value is well calculated (usegetSeverityFromPriorityGroup
)compliance_checks_alerts
table when is needed.compliance_checks_tasks
table when is needed.compliance_checks_results
table.check run --name {check_code_name}
and verify the changes in the database. Update the seed script if needed (npm run db:seed
)https://openjs-security-program-standards.netlify.app/details/{check_code_name}
The text was updated successfully, but these errors were encountered: