forked from Ivasoft/mattermost-mobile
fix android sbom path (#8953)
This commit is contained in:
committed by
GitHub
parent
ac09f887be
commit
a207be38ce
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user