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 b2c8fc4 commit fce8814Copy full SHA for fce8814
.github/workflows/security-default-branch.yml
@@ -33,6 +33,6 @@ jobs:
33
-H "X-Api-Key: ${{ secrets.DEPENDENCY_TRACK_AUTOMATION_API_KEY }}" \
34
-F "autoCreate=true" \
35
-F "projectName=${{ github.repository }}" \
36
- -F "projectVersion=main" \
+ -F "projectVersion=${{ github.ref_name }}" \
37
-F "isLatest=$IS_LATEST" \
38
-F "bom=@/tmp/trivy-cyclonedx.json"
0 commit comments