Skip to content

Commit

Permalink
trivy cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 21, 2024
1 parent a630161 commit 8e0c038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
build-args: |
MODULE_NAME=${{ inputs.module-name }}
- name: Trivy Cache
uses: yogeshlonkar/trivy-cache-action@5e3c2d406dd3a13d95a3eabc520e0ac19ab729b5 # v0.1.8
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
with:
Expand Down

0 comments on commit 8e0c038

Please sign in to comment.