Skip to content

Update README.md

Update README.md #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 }}