Skip to content

check sbom

check sbom #5

Workflow file for this run

# This workflow will build and test a golang project

Check failure on line 1 in .github/workflows/scancode.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/scancode.yaml

Invalid workflow file

(Line: 20, Col: 9): Unexpected value 'run'
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: comp check
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use HTTPS instead of SSH for Git cloning
run: git config --global url.https://github.com/.insteadOf ssh://git@github.com/
- name: Checkout project
uses: actions/checkout@v5
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@main
run: 'cache-dependencies,analyzer,scanner,evaluator,advisor,reporter,upload-results'