Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Jan 23, 2025
1 parent c8e3352 commit 6da5663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
def pipeline = new org.docker.AppPipeline(steps: this,
dockerImageName: 'sora2/pricing-server',
dockerRegistryCred: 'bot-sora2-rw',
secretScannerExclusion: '.*docker-compose.yml',
secretScannerExclusion: '.*docker-compose.yml\$|.*docker-compose-external.yml\$',
secretScannerExclusion: '.*Cargo.toml\$|.*README.md\$'
dockerImageTags: ['master':'latest'],
deepSecretScannerExclusion: ["web.py", "alembic.ini"],
gitUpdateSubmodule: true)
Expand Down

0 comments on commit 6da5663

Please sign in to comment.