Skip to content

Commit 43d285a

Browse files
Update skip file
1 parent 86018ce commit 43d285a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
image_ref: ${{ steps.meta.outputs.tags }}
163163
scan_type: 'image'
164-
skip_files: '/*/google/auth/crypt/__pycache__/_python_rsa.cpython-312.pyc'
164+
skip_files: '/venv/lib/python3.12/site-packages/google/auth/crypt/__pycache__/_python_rsa.cpython-312.pyc'
165165
failure_severity: ${{ (inputs.vulnerability_severity == 'CRITICAL (DO NOT use if JIRA ticket not raised)' && 'CRITICAL') || inputs.vulnerability_severity }}
166166

167167
- name: Push to Docker

0 commit comments

Comments
 (0)