Skip to content

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 (… #102

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 (…

chore(deps): bump step-security/harden-runner from 2.16.0 to 2.16.1 (… #102

Workflow file for this run

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