Skip to content

Commit

Permalink
Create debricked scan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlTern authored Feb 21, 2024
1 parent 658eb08 commit 0b2eeaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 0b2eeaf

Please sign in to comment.