Skip to content

Commit cbc18d7

Browse files
Update debricked.yml
1 parent c9e5ef3 commit cbc18d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/debricked.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v3
26-
27-
- name: Install Debricked CLI
28-
run: |
29-
curl -L https://github.com/debricked/cli/releases/latest/download/cli_linux_x86_64.tar.gz | tar -xz debricked
30-
./debricked --version
3126

3227
# Here we run the Debricked CLI, where you have multiple options to configure your scan.
3328
# The CLI repo can be found here: https://github.com/debricked/cli
@@ -42,6 +37,6 @@ jobs:
4237
# The base "debricked scan" does all this with sane default values.
4338
- name: Run Scan
4439
run: |
45-
./debricked scan
40+
debricked scan
4641
env:
4742
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}

0 commit comments

Comments
 (0)