doc/correct-sbom-fs-scan (#458)

This commit is contained in:
YuXuan Tay
2025-07-08 02:48:46 +08:00
committed by GitHub
parent e7fbf034e4
commit 77137e9dc3
+1 -1
View File
@@ -590,7 +590,7 @@ jobs:
scan-type: 'fs'
format: 'github'
output: 'dependency-results.sbom.json'
image-ref: '.'
scan-ref: '.'
github-pat: ${{ secrets.GITHUB_TOKEN }} # or ${{ secrets.github_pat_name }} if you're using a PAT
```