Skip to content

Commit

Permalink
Bandit publishing (#415)
Browse files Browse the repository at this point in the history
* bandit hex package workflow

* Update publish-mix-hex-release.yml
  • Loading branch information
bryannaegele authored Nov 21, 2024
1 parent 22ff97f commit 56a9b94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/hex-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-mix-hex-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: choice
options:
- "aws_xray"
- "bandit"
- "broadway"
- "cowboy"
- "dataloader"
Expand Down

0 comments on commit 56a9b94

Please sign in to comment.