SRI Check
Version updated for https://github.com/cobacoch/sri-check to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
SRI Check v1.0.0
Initial release of SRI Check - A GitHub Action to validate Subresource Integrity (SRI) attributes in Pull Request changes.
Features
- Automatically detect HTML/HTM/PHP files changed in PRs
- Check for
integrityattributes on external<script>and<link rel="stylesheet">tags - Validate
integrityattribute format (sha256/sha384/sha512) - Optionally fetch resources and verify hash values
- Check for
crossoriginattributes - Display inline annotations on GitHub PR diff view
- Support disabling checks via comments
See README for full documentation.