Skip to content

Commit

Permalink
Update mongo to version 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 30, 2024
1 parent b7e58fa commit 148a24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
continue-on-error: true
uses: aquasecurity/trivy-action@master
with:
image-ref: "mongo:7.0.0"
image-ref: "mongo:7.0.12"
format: "cyclonedx"
output: "mongo-trivy-results.sbom.json"
timeout: "10m0s"
Expand All @@ -255,7 +255,7 @@ jobs:
continue-on-error: true
uses: aquasecurity/trivy-action@master
with:
image-ref: "mongo:7.0.0"
image-ref: "mongo:7.0.12"
format: "sarif"
output: "trivy-results.sarif"
timeout: "10m0s"
Expand All @@ -281,7 +281,7 @@ jobs:
# This is where you will need to introduce the Snyk API token created with your Snyk account
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: mongo:7.0.0
image: mongo:7.0.12
args: --sarif-file-output=snyk-code.sarif

# Replace any "undefined" security severity values with 0. The undefined value is used in the case
Expand Down

0 comments on commit 148a24b

Please sign in to comment.