Skip to content

Commit

Permalink
(maint) Remove trivy caches
Browse files Browse the repository at this point in the history
The rate limiting issue Trivy had in
aquasecurity/trivy-action#389 has been resolved in the 0.29.0 release of the trivy-action.

This commit removes the cache since it is no longer needed.
  • Loading branch information
abottchen committed Feb 4, 2025
1 parent d09e323 commit cc52130
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
vuln-type: os
timeout: 10m0s
skip-files: "/root/.pdk/cache/ruby/*/gems/aws-sdk-core-*/lib/aws-sdk-ssooidc/client.rb"
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
- name: Run tests
run: cd tests; ./run_tests.sh
- name: Tag Docker images
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
vuln-type: os
timeout: 10m0s
skip-files: "/root/.pdk/cache/ruby/*/gems/aws-sdk-core-*/lib/aws-sdk-ssooidc/client.rb"
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
- name: Run tests
working-directory: ${{ github.workspace }}/tests
run: ./run_tests.sh
3 changes: 0 additions & 3 deletions .github/workflows/publish-4x-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
vuln-type: os
timeout: 10m0s
skip-files: "/root/.pdk/cache/ruby/*/gems/aws-sdk-core-*/lib/aws-sdk-ssooidc/client.rb"
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
- name: Publish standard image to 4.x
env:
IMAGE_TAG: ${{ github.event.inputs.image_tag }}
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/update-trivy-cache.yml

This file was deleted.

0 comments on commit cc52130

Please sign in to comment.