Skip to content

SBOM reports

SBOM reports #1609

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'
- name: Pull Supported Formats
run: |
cd cmd/debricked
go generate -v -x
- uses: GuillaumeFalourd/[email protected]
with:
command_line: go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "pkg/**" -e "test/**" -e "**/testdata/**"
contains: AUTOMATION RULE
expected_result: PASSED