chore: update SB navigation and remove Box from BadgeIcon #242
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency Scan | |
on: pull_request | |
jobs: | |
dependency-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: 'stable' | |
- name: Generate SBOM | |
uses: launchdarkly/gh-actions/actions/dependency-scan/generate-sbom@main | |
with: | |
types: 'go,nodejs' | |
- name: Evaluate SBOM Policy | |
uses: launchdarkly/gh-actions/actions/dependency-scan/evaluate-policy@main |