fix android sbom path (#8953)
This commit is contained in:
parent
ac09f887be
commit
a207be38ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-release.yml
vendored
2
.github/workflows/github-release.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
|||
env:
|
||||
SNYK_TOKEN: "${{ secrets.SNYK_TOKEN }}"
|
||||
run: |
|
||||
snyk sbom --format=cyclonedx1.6+json --all-projects --json-file-output=sbom-android.json
|
||||
snyk sbom --format=cyclonedx1.6+json --all-projects --json-file-output=../sbom-android.json
|
||||
working-directory: ./android
|
||||
shell: bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue