Skip to content

Commit

Permalink
Merge branch 'main' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jun 23, 2024
2 parents 1e96050 + f087474 commit 4bed7fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build and push Docker image for latest release
if: env.BRANCH == env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Build and push Docker image for other releases
if: env.BRANCH != env.LATEST
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

A simple Mongo image built with [percona-server-mongodb](https://www.percona.com/software/mongodb/percona-server-for-mongodb). Designed for [parse-hipaa](https://github.com/netreconlab/parse-hipaa) but can be used anywhere Mongo is used. These docker images include the necessary database auditing and logging for HIPAA compliance. hipaa-mongo is derived from [percona-server-mongodb](https://hub.docker.com/r/percona/percona-server-mongodb/).
A simple Mongo image designed for [parse-hipaa](https://github.com/netreconlab/parse-hipaa) but can be used anywhere Mongo is used. These docker images include the necessary database auditing and logging for HIPAA compliance. hipaa-mongo is derived from [percona-server-mongodb](https://hub.docker.com/r/percona/percona-server-mongodb/).

hipaa-mongo provides the following:
- [x] Auditing & logging
Expand Down
5 changes: 0 additions & 5 deletions scripts/Singularity

This file was deleted.

0 comments on commit 4bed7fd

Please sign in to comment.