Skip to content

Commit

Permalink
Merge pull request #7963 from OpenMined/add-sbom-to-workflow
Browse files Browse the repository at this point in the history
sbom
  • Loading branch information
bitsofsteve committed Jul 20, 2023
2 parents 1f59d74 + 1d9d7f0 commit 3b8eb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: "mongo:latest"
format: "cyclonedx"
output: "mongo-trivy-results.sbom.json"
format: "sarif"
output: "trivy-results.sarif"
timeout: "10m0s"

#Upload sarif file to GitHub Security tab
Expand Down

0 comments on commit 3b8eb33

Please sign in to comment.