Skip to content

Commit

Permalink
fix(mojalooop/#3615): upgrade dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Nov 7, 2023
1 parent 996ab02 commit 6fb099b
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 694 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ version: 2.1
orbs:
slack: circleci/slack@4.12.5 # Ref: https://github.com/mojaloop/ci-config/tree/master/slack-templates
pr-tools: mojaloop/pr-tools@0.1.10 # Ref: https://github.com/mojaloop/ci-config/
gh: circleci/github-cli@2.1.0 # Ref: https://github.com/CircleCI-Public/github-cli-orb
gh: circleci/github-cli@2.2.0 # Ref: https://github.com/CircleCI-Public/github-cli-orb
anchore: anchore/anchore-engine@1.9.0
deploy-kube: mojaloop/deployment@0.1.6

##
# defaults
Expand All @@ -30,16 +29,6 @@ defaults_docker_Dependencies: &defaults_docker_Dependencies |
apk --no-cache add -t openssl ncurses coreutils libgcc linux-headers grep util-linux binutils findutils
apk --no-cache add librdkafka-dev

## Default 'default-machine' executor dependencies
defaults_machine_Dependencies: &defaults_machine_Dependencies |
## Add Package Repos
## Ref: https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
wget -qO - https://packages.confluent.io/deb/7.4/archive.key | sudo apt-key add -
sudo add-apt-repository -y "deb https://packages.confluent.io/clients/deb $(lsb_release -cs) main"

## Install deps
sudo apt install -y librdkafka-dev curl bash

defaults_awsCliDependencies: &defaults_awsCliDependencies |
apk --no-cache add aws-cli

Expand Down Expand Up @@ -675,7 +664,6 @@ jobs:
# CircleCI Workflow config
##
workflows:
version: 2
build_and_test:
jobs:
- pr-tools/pr-title-check:
Expand Down
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"GHSA-mjxr-4v3x-q3m4",
"GHSA-p9pc-299p-vxgp",
"GHSA-h755-8qp9-cq85",
"GHSA-f9xv-q969-pqx4"
"GHSA-f9xv-q969-pqx4",
"GHSA-7fh5-64p2-3v2j"
]
}
254 changes: 0 additions & 254 deletions audit-resolve.json

This file was deleted.

Loading

0 comments on commit 6fb099b

Please sign in to comment.