Skip to content

Merge pull request #138 from LCE-Lab/renovate/globals-16.x-lockfile #5

Merge pull request #138 from LCE-Lab/renovate/globals-16.x-lockfile

Merge pull request #138 from LCE-Lab/renovate/globals-16.x-lockfile #5

Workflow file for this run

name: Generate SBOM
on:
push:
branches:
- dev
permissions:
contents: write
jobs:
generate-sbom:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
uses: aquasecurity/trivy-action@0.33.1
with:
scan-type: 'fs'
format: 'github'
output: 'dependency-results.sbom.json'
trivy-config: trivy.yaml
github-pat: ${{ secrets.GITHUB_TOKEN }}