Skip to content

Update debricked.yml #5

Update debricked.yml

Update debricked.yml #5

Workflow file for this run

name: Debricked scan
on: [push]
jobs:
vulnerabilities-scan:
runs-on: ubuntu-latest
container:
image: debricked/cli:latest-resolution-debian
steps:
- name: Run Debricked Scan
run: |
debricked files find
debricked scan
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}