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 6916762 commit bdf59a1Copy full SHA for bdf59a1
demo-catalog/templates/spring-boot-ai-rag/base/.github/workflows/commit-stage.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Publish SBOM
57
uses: DependencyTrack/gh-upload-sbom@48feab3080ff9e8f51f4d21861d9fc914eb744f5 # v3.1.0
58
- if: ${{ '${{ !contains(github.ref_name, '/') }}' }}
+ #if: ${{ '${{ !contains(github.ref_name, '/') }}' }}
59
with:
60
serverHostname: ${{ '${{ secrets.DEPENDENCY_TRACK_HOSTNAME }}' }}
61
apiKey: ${{ '${{ secrets.DEPENDENCY_TRACK_API_KEY }}' }}
0 commit comments