Skip to content

Commit

Permalink
fixing sarif check 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Feb 23, 2024
1 parent df87193 commit 52d927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
DOCKER_BUILDKIT=1 docker build -t cloudharness-base:${{ github.sha }} . -f ./infrastructure/base-images/cloudharness-base/Dockerfile
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@2a2157eb22c08c9a1fac99263430307b8d1bc7a2
uses: aquasecurity/trivy-action@master
with:
image-ref: 'cloudharness-base:${{ github.sha }}'
format: 'sarif'
Expand Down

0 comments on commit 52d927c

Please sign in to comment.