mirror of
https://github.com/Keeper-Security/harness-integration.git
synced 2026-06-16 14:49:05 +08:00
Compare commits
3 Commits
release/v1.0.0
...
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 721adbcbc3 | |||
| 65515eb4d9 | |||
| 74636825f9 |
@@ -235,7 +235,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Get version
|
||||
id: get_version
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
node_modules/
|
||||
package-lock.json
|
||||
@@ -59,7 +59,7 @@ pipeline:
|
||||
name: Fetch_Keeper_Secrets
|
||||
identifier: Fetch_Keeper_Secrets
|
||||
spec:
|
||||
image: dhborse/keeper-harness-plugin
|
||||
image: keeper/harness-plugin:latest
|
||||
settings:
|
||||
secrets: |
|
||||
RECORD_UID/field/password > PASSWORD
|
||||
|
||||
Generated
+4507
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -44,7 +44,7 @@ const processToken = (rawToken) => {
|
||||
if (!token.startsWith('US:') && !token.startsWith('{')) {
|
||||
try {
|
||||
token = Buffer.from(token, 'base64').toString('utf-8').trim();
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// Not base64, use as-is
|
||||
core.warning('Base64 decode failed, using raw value');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user