Skip to content

Add beta feature warning #1582

Add beta feature warning

Add beta feature warning #1582

Workflow file for this run

name: Debricked
on:
push:
branches:
- main
pull_request:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- failOnStdErr: true
- name: Pull Supported Formats
run: |
cd cmd/debricked
go generate -v -x
- run: |
go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "pkg/**" -e "test/**" -e "**/testdata/**"