We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355bd80 commit 70b24edCopy full SHA for 70b24ed
.github/workflows/sbom-source.yml
@@ -28,7 +28,6 @@ jobs:
28
fetch-tags: 'true'
29
30
- name: Get Secrets from Azure Key Vault
31
- if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
32
uses: ./.github/actions/az-sync
33
with:
34
az_client_id: ${{ secrets.AZ_KEYVAULT_CLIENT_ID }}
@@ -38,7 +37,6 @@ jobs:
38
37
secrets-filter: 'artifactory'
39
40
- name: Generate SBOM Document
41
42
id: sbom-src
43
uses: nginxinc/compliance-rules/.github/actions/sbom-source@main
44
0 commit comments