diff --git a/.github/workflows/debricked.yml b/.github/workflows/debricked.yml new file mode 100644 index 0000000..884f9b5 --- /dev/null +++ b/.github/workflows/debricked.yml @@ -0,0 +1,14 @@ +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@v3 + env: + DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}