We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e5ef3 commit cbc18d7Copy full SHA for cbc18d7
.github/workflows/debricked.yml
@@ -23,11 +23,6 @@ jobs:
23
steps:
24
- name: Checkout repository
25
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
31
32
# Here we run the Debricked CLI, where you have multiple options to configure your scan.
33
# The CLI repo can be found here: https://github.com/debricked/cli
@@ -42,6 +37,6 @@ jobs:
42
37
# The base "debricked scan" does all this with sane default values.
43
38
- name: Run Scan
44
39
run: |
45
- ./debricked scan
40
+ debricked scan
46
41
env:
47
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
0 commit comments