Skip to content

Commit

Permalink
Update debricked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnExampleCompany authored May 17, 2024
1 parent c9e5ef3 commit cbc18d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Debricked CLI
run: |
curl -L https://github.com/debricked/cli/releases/latest/download/cli_linux_x86_64.tar.gz | tar -xz debricked
./debricked --version

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

0 comments on commit cbc18d7

Please sign in to comment.