From 54a7c884b5d6cbef09b2b12dfea77f7ceead90d4 Mon Sep 17 00:00:00 2001 From: AnExampleCompany <85928343+AnExampleCompany@users.noreply.github.com> Date: Fri, 17 May 2024 12:34:10 +0200 Subject: [PATCH] Update debricked.yml --- .github/workflows/debricked.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debricked.yml b/.github/workflows/debricked.yml index a992e42..8e8b037 100644 --- a/.github/workflows/debricked.yml +++ b/.github/workflows/debricked.yml @@ -7,8 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: debricked/actions@v3 + - name: Run Debricked Scan + run: | + debricked files find + debricked scan env: DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}