Skip to content

Commit

Permalink
Merge pull request #154 from puppetlabs/maint/remove-trivy-caches
Browse files Browse the repository at this point in the history
(maint) Remove trivy caches
  • Loading branch information
abottchen authored Feb 4, 2025
2 parents d09e323 + cc52130 commit 3e33cb0
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 3e33cb0

Please sign in to comment.