GraphRisk Security Scan
Version updated for https://github.com/ioilmio/graphrisk-action 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
🚀 Initial Release - GraphRisk Security Action
This is the first official release of the GraphRisk GitHub Action. It enables automated dependency security scanning directly within your CI/CD pipeline.
Key Features
- Automated Vulnerability Scanning: Detect security risks in
npmdependencies on every push. - Async Architecture: Non-blocking integration using efficient polling.
- SARIF Export: Fully compatible with GitHub Security Code Scanning tab.
- Identity Locking: Secure project identification based on Repository URL.
Usage
- name: GraphRisk Scan
uses: ioilmio/graphrisk-action@v1.0.0
with:
api-key: ${{ secrets.GRAPHRISK_API_KEY }}