Skip to content

fix sbom generation inconsistency, take 2 (#66) #89

fix sbom generation inconsistency, take 2 (#66)

fix sbom generation inconsistency, take 2 (#66) #89

Workflow file for this run

name: LSIF
on:
push:
jobs:
index-and-upload:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go:latest
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data to sourcegraph.com
run: src lsif upload -github-token=${{ secrets.SOURCEGRAPH_GH_AUTH_TOKEN }} -ignore-upload-failure