Browse Source

Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
pull/3351/head
Nat Dean-Lewis 2 weeks ago committed by GitHub
parent
commit
d270bc1870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/upload-sbom.yml

3
.github/workflows/upload-sbom.yml

@ -15,6 +15,9 @@ on:
DTRACK_API_KEY: DTRACK_API_KEY:
required: true required: true
permissions:
contents: read
jobs: jobs:
sbom: sbom:
name: Generate and upload SBOM name: Generate and upload SBOM

Loading…
Cancel
Save