Skip to content

Commit

Permalink
bump latest release and remove update db workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Dec 17, 2024
1 parent 3d5483e commit cf8f8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
if: github.event.client_payload.image != ''
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
version: 'v0.57.2'
image-ref: ${{ github.event.client_payload.image }}
cache: 'true'
format: "sarif"
Expand All @@ -72,6 +73,7 @@ jobs:
- name: Run Trivy filesystem scan
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
version: 'v0.57.2'
scan-type: 'fs'
cache: 'true'
format: 'sarif'
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/update-trivy-db.yml

This file was deleted.

0 comments on commit cf8f8ef

Please sign in to comment.