Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbrunner/integrity-updater
https://github.com/sbrunner/integrity-updater
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbrunner/integrity-updater
- Owner: sbrunner
- License: bsd-2-clause
- Created: 2024-07-09T14:51:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:13:22.000Z (21 days ago)
- Last Synced: 2024-12-01T17:25:25.694Z (21 days ago)
- Language: Python
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrity updater
This script will update the SubResource integrity (SRI) in the HTML files.
## Installation
```bash
pip install integrity-updater
```## Usage
```bash
integrity-updater
```## Pre-commit configuration
```yaml
repos:
- repo: https://github.com/sbrunner/integrity-updater
rev: # Use the ref you want to point at
hooks:
- id: integrity-updater
```