Skip to content

Commit

Permalink
Update debricked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Oct 31, 2022
1 parent 93a40a7 commit 40bfbc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
${{ runner.os }}-go-
- run: |
printf "$(go mod graph)\n\n$(go list -mod=readonly -e -m all)" > .debricked-go-dependencies.txt
- uses: debricked/actions/scan@v1
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}
EXCLUDED_DIRECTORIES: "pkg/cmd/scan/testdata"
- run: |
go run cmd/debricked/main.go scan . -t ${{ secrets.DEBRICKED_TOKEN }} -e "**/testdata/**"

0 comments on commit 40bfbc6

Please sign in to comment.