Skip to content

Commit 8dbef21

Browse files
Clean up
1 parent c048df5 commit 8dbef21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ jobs:
157157
BUILD_TARGET=${{ env.ENCLAVE_PROTOCOL }}
158158
159159
- name: Vulnerability Scan
160-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@vse-UID2-4968-ignore-google-auth-private-key-string-secret
160+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
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'
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
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.47.78-alpha-212-SNAPSHOT</version>
9+
<version>5.47.74</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)