Skip to content

Commit

Permalink
fix: bash var replacement typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Dec 19, 2024
1 parent 345d316 commit 234e846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project settings CircleCI. Then include the following in your `.circleci/config.
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].41
build: mojaloop/[email protected].42
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].41
build: mojaloop/[email protected].42
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/image_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
aws s3 cp anchore-reports ${AWS_S3_DIR_ANCHORE_REPORTS}/latest/ --recursive
- run:
name: Evaluate failures
command: /tmp/ci-config/container-scanning/anchore-result-diff.js anchore-reports/${BASE_IMAGE/:/_/}-policy.json anchore-reports/${CIRCLE_PROJECT_REPONAME}*-policy.json
command: /tmp/ci-config/container-scanning/anchore-result-diff.js anchore-reports/${BASE_IMAGE/:/_}-policy.json anchore-reports/${CIRCLE_PROJECT_REPONAME}*-policy.json
- store_artifacts:
path: anchore-reports
- slack/notify:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
build: mojaloop/[email protected].41
build: mojaloop/[email protected].42
parameters:
git_tag:
type: string
Expand Down

0 comments on commit 234e846

Please sign in to comment.