DEV Community

Cover image for GitHub Actions HTTP security with Mozilla Observatory
Simon
Simon

Posted on

GitHub Actions HTTP security with Mozilla Observatory

Since I discovered the Mozilla observatory tool I have been looking at bringing it into my CI/CD process.

I decided I would write a GitHub action that uses the Mozilla observatory, to check some web security basics on my pull requests.

The results, a GitHub action that can leave comments indicating how secure your HTTP configuration is.

Example GitHub action output

Armed with these reports you can make improvements, and iterate security best practices.

Alt Text

There is a detailed example on my blog here

The action is available on GitHub actions marketplace here

Top comments (0)