Skip to content

Commit

Permalink
fix(security): vulnerabilities found in example-carbon-accounting
Browse files Browse the repository at this point in the history
Fixes hyperledger-cacti#2062

Signed-off-by: micoferdinand98 <ferdinand.m.b.mico@accenture.com>
  • Loading branch information
micoferdinand98 committed Jul 27, 2023
1 parent 01b429f commit 5c1372d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trivy-container-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build an image from Dockerfile
run: |
DOCKER_BUILDKIT=1 docker build ./ -f ./examples/carbon-accounting/Dockerfile -t cactus-example-carbon-accounting
run: DOCKER_BUILDKIT=1 docker build ./examples/carbon-accounting -f ./examples/carbon-accounting/Dockerfile -t cactus-example-carbon-accounting
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.11.2
with:
Expand Down

0 comments on commit 5c1372d

Please sign in to comment.