Skip to content

Commit 2b1c288

Browse files
BAStos5250x009922
authored andcommitted
Update Jenkins secretScannerExclusion rule
Signed-off-by: 0x009922 <a.marcius26@gmail.com>
1 parent 76c47ce commit 2b1c288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ def pipeline = new org.js.LibPipeline( steps: this,
88
preBuildCmds: ['npm install -g n','n 16.17.0', 'n prune', 'pnpm install --unsafe-perm'],
99
testCmds: ['pnpm type-check','pnpm test','npm config set registry "https://nexus.iroha.tech/repository/npm-soramitsu/"'],
1010
pushCmds: ['pnpm jake publish-all'],
11-
secretScannerExclusion: '.*Cargo.toml'
11+
secretScannerExclusion: '.*Cargo.toml\$|.*README.md\$'
1212
)
13-
pipeline.runPipeline()
13+
pipeline.runPipeline()

0 commit comments

Comments
 (0)