We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1f883 commit 9709a6fCopy full SHA for 9709a6f
.github/workflows/release.yml
@@ -32,3 +32,10 @@ jobs:
32
- run: |
33
docker build -f prod.Dockerfile -t ${{ vars.EXTENSION_REGISTRY_LOGIN_SERVER }}/mpt-extensions-finops:${{ steps.get_version.outputs.VERSION }} .
34
docker push ${{ vars.EXTENSION_REGISTRY_LOGIN_SERVER }}/mpt-extensions-finops:${{ steps.get_version.outputs.VERSION }}
35
+
36
+ dtrack:
37
+ uses: softwareone-platform/ops-template/.github/workflows/dependency-track-python-poetry.yml@v2
38
+ with:
39
+ projectName: 'swo-extension-finops'
40
+ secrets:
41
+ DEPENDENCYTRACK_APIKEY: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
.python-version
@@ -0,0 +1 @@
1
+3.12
0 commit comments