Skip to content

Commit 9709a6f

Browse files
authored
MPT-11522 Add dependency track workflow and specify Python version (#29)
1 parent 7a1f883 commit 9709a6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232
- run: |
3333
docker build -f prod.Dockerfile -t ${{ vars.EXTENSION_REGISTRY_LOGIN_SERVER }}/mpt-extensions-finops:${{ steps.get_version.outputs.VERSION }} .
3434
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

0 commit comments

Comments
 (0)