ministryofjustice / operations-engineering

This repository is home to the Operations Engineering's tools and utilities for managing, monitoring, and optimising software development processes at the Ministry of Justice. • This repository is defined and managed in Terraform
https://user-guide.operations-engineering.service.justice.gov.uk/
MIT License
14 stars 5 forks source link

Regular automatic security checks #172

Closed nimphal closed 3 years ago

nimphal commented 3 years ago

For our repos that use Gemfiles, we can use Bundlers internal security audit capability, something similar to https://github.com/ministryofjustice/hmpps-book-secure-move-api/blob/main/.circleci/config.yml#L403-L412

For our repos that use package.json, we could use something like this script here (required audit-ci.json) https://github.com/ministryofjustice/hmpps-book-secure-move-frontend/blob/main/package.json#L267

We probably want to do these as Github actions to follow the existing patterns.

ben-al commented 3 years ago

https://security-guidance.service.justice.gov.uk/vulnerability-scanning-and-patch-management-guide/#the-base-principles