From 56a9b9440eb648f8117c556739d4d2f1bbd7cae2 Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Wed, 20 Nov 2024 21:46:20 -0700 Subject: [PATCH] Bandit publishing (#415) * bandit hex package workflow * Update publish-mix-hex-release.yml --- .github/hex-packages.json | 9 +++++++++ .github/workflows/publish-mix-hex-release.yml | 1 + 2 files changed, 10 insertions(+) diff --git a/.github/hex-packages.json b/.github/hex-packages.json index 885c1f86..912f03ae 100644 --- a/.github/hex-packages.json +++ b/.github/hex-packages.json @@ -8,6 +8,15 @@ "language": "erlang", "authorizedUsers": ["bryannaegele", "tsloughter"] }, + "bandit": { + "workingDirectory": "instrumentation/opentelemetry_bandit", + "name": "Bandit Instrumentation", + "packageName": "opentelemetry_bandit", + "tagPrefix": "opentelemetry-bandit-v", + "buildTool": "mix", + "language": "elixir", + "authorizedUsers": ["bryannaegele", "tsloughter"] + }, "broadway": { "workingDirectory": "instrumentation/opentelemetry_broadway", "name": "Broadway Instrumentation", diff --git a/.github/workflows/publish-mix-hex-release.yml b/.github/workflows/publish-mix-hex-release.yml index 87a89bff..50607a03 100644 --- a/.github/workflows/publish-mix-hex-release.yml +++ b/.github/workflows/publish-mix-hex-release.yml @@ -8,6 +8,7 @@ on: type: choice options: - "aws_xray" + - "bandit" - "broadway" - "cowboy" - "dataloader"