Skip to content

Commit

Permalink
fix: address image tagging feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Sean O'Hair <[email protected]>
  • Loading branch information
seanohair22 committed Nov 18, 2024
1 parent 46cd096 commit 66cd290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: '.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivyimagescan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "running make build benchmark"
make build
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: 'dlstreamer:dev'
format: 'template'
Expand Down

0 comments on commit 66cd290

Please sign in to comment.