Skip to content

Add fingerprint step before scanning #2

Add fingerprint step before scanning

Add fingerprint step before scanning #2

Workflow file for this run

name: Debricked scan
on: [push]
jobs:
vulnerabilities-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: debricked/actions/callgraph@v3
- uses: debricked/actions/fingerprint@v3
- uses: debricked/actions@v3
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}