Skip to content

Commit 70b24ed

Browse files
committed
generate sbom if not fork
Signed-off-by: Jakub Jarosz <j.jarosz@f5.com>
1 parent 355bd80 commit 70b24ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sbom-source.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
fetch-tags: 'true'
2929

3030
- name: Get Secrets from Azure Key Vault
31-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
3231
uses: ./.github/actions/az-sync
3332
with:
3433
az_client_id: ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -38,7 +37,6 @@ jobs:
3837
secrets-filter: 'artifactory'
3938

4039
- name: Generate SBOM Document
41-
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
4240
id: sbom-src
4341
uses: nginxinc/compliance-rules/.github/actions/sbom-source@main
4442
with:

0 commit comments

Comments
 (0)