Skip to content

Commit

Permalink
chore: stop auditing installed packages every time (aws#6790)
Browse files Browse the repository at this point in the history
Audit checks are increasing the chance of '503 Service Unavailable'
during builds. Stop auditing so we have lower build failures.

Github already provides this security audit and can be found at
https://github.com/aws/aws-cdk/network/alerts

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Niranjan Jayakar and mergify[bot] authored Mar 18, 2020
1 parent fba2f61 commit e8d0076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
--install.check-files true # install will verify file tree of packages for consistency
--install.audit true # Run vulnerability audit on installed packages

0 comments on commit e8d0076

Please sign in to comment.