Skip to content

Commit feec6bb

Browse files
Add: automatix update for enterprise-containers
1 parent cb77cf5 commit feec6bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/container.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,15 @@ jobs:
6161
registry: ${{ vars.GREENBONE_REGISTRY }}
6262
token: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_TOKEN }}
6363
user: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_USER }}
64+
65+
automatix:
66+
name: Update Automatix
67+
if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') }}
68+
needs: build
69+
uses: greenbone/workflows/.github/workflows/automatix-service.yml@main
70+
with:
71+
service: openvas-gvm-tools
72+
url: ${{ vars.GREENBONE_REGISTRY }}/openvas-scan-dev/${{ github.event.repository.name }}
73+
tag: ${{ github.ref_name }}
74+
digest: ${{ needs.build.outputs.digest }}
75+
secrets: inherit

0 commit comments

Comments
 (0)