DEV Community

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

Posted on

2 1

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay