We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5075 commit 16747feCopy full SHA for 16747fe
.github/workflows/generate-sbom.yml
@@ -32,7 +32,7 @@ jobs:
32
shell: bash
33
run: |
34
export FETCH_LICENSE=true
35
- cdxgen -o ./sbom.json -t swift
+ cdxgen -o ./sbom.json -t swift --api-key ${{ secrets.GITHUB_TOKEN }} .
36
- name: Format JSON
37
38
0 commit comments