Integrations
CI/CD — GitHub Action
Shift-left by scanning targets on every pipeline run. Compare against a baseline scan to fail on regressions.
Usage
- uses: qtangl/qtangl/.github/actions/qtangl-scan@main
with:
api-key: ${{ secrets.QTANGL_API_KEY }}
target: api.example.com
api-url: https://api.qtangl.comFail on regression
Set baseline-scan-id to a golden scan. The action compares new quantum-vulnerable findings and exits non-zero when regressions are detected (v2 action).