Skip to content

Commit

Permalink
Defaulting to use grype cdn and skip cache by default
Browse files Browse the repository at this point in the history
only use cache during cdn failures and set explicitly
  • Loading branch information
saisatishkarra committed Sep 3, 2024
1 parent a1f9449 commit ca4a8b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions security-actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ inputs:
- 'false'
skip_grype_db_cache:
required: false
default: false
default: true
description: 'Skip the caching of the Grype DB during the SBOM (Software Bill of Materials) scanning process'
type: choice
type: 'choice'
options:
- 'true'
- 'false'
Expand Down
2 changes: 1 addition & 1 deletion security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inputs:
- 'false'
skip_grype_db_cache:
required: false
default: false
default: true
description: 'Skip grype db caching'
type: choice
options:
Expand Down

0 comments on commit ca4a8b8

Please sign in to comment.