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
AS A Free Code Camp User
I want to navigate a secure website
SO THAT I can have reasonable assurance that the sute is safe
Acceptance Criteria
GIVEN I deploy integrated branches to any environment
WHEN npm audit is run by an automated process
THEN I will see found 0 vulnerabilities
Impelmentation Advice
All merges or deployments with any high severity vulnerabilities should fail Snyk Node Action
NOTE: see @readysetagile to create a vulnerability for testing
The text was updated successfully, but these errors were encountered:
readysetagile
moved this from Ready for refinement - write the acceptance criteria (test script) for the feature
to Ready for development - feature has a GitHub issue assigned and can be developed
in FreeCodeCamp Columbus WebsiteAug 6, 2022
User Story
AS A Free Code Camp User
I want to navigate a secure website
SO THAT I can have reasonable assurance that the sute is safe
Acceptance Criteria
GIVEN I deploy integrated branches to any environment
WHEN
npm audit
is run by an automated processTHEN I will see
found 0 vulnerabilities
Impelmentation Advice
All merges or deployments with any high severity vulnerabilities should fail
Snyk Node Action
The text was updated successfully, but these errors were encountered: