Skip to content

Commit b478f56

Browse files
Merge pull request #1491 from IABTechLab/vse-UID2-4968-test-secret-scan-file-filter
Test change
2 parents 39e027f + 8dbef21 commit b478f56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-gcp-oidc-enclave-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
with:
162162
image_ref: ${{ steps.meta.outputs.tags }}
163163
scan_type: 'image'
164+
skip_files: '/venv/lib/python3.12/site-packages/google/auth/crypt/__pycache__/_python_rsa.cpython-312.pyc' # Skip scanning this file as per UID2-4968
164165
failure_severity: ${{ (inputs.vulnerability_severity == 'CRITICAL (DO NOT use if JIRA ticket not raised)' && 'CRITICAL') || inputs.vulnerability_severity }}
165166

166167
- name: Push to Docker

0 commit comments

Comments
 (0)