We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62567fe commit 9ba9ff0Copy full SHA for 9ba9ff0
Jenkinsfile
@@ -21,16 +21,6 @@ pipeline {
21
}
22
23
24
- stage('Secrets scanner') {
25
- steps {
26
- container('trufflehog') {
27
- sh "git clone ${GIT_URL}"
28
- sh "cd ${APP_NAME} && ls -al"
29
- sh "cd ${APP_NAME} && trufflehog ."
30
- sh "rm -rf ${APP_NAME}"
31
- }
32
33
34
35
36
stage('Build') {
Jenkinsfile.gradle
@@ -19,16 +19,6 @@ pipeline {
19
20
- sh "cd ${sample-api-service} && ls -al"
- sh "cd ${sample-api-service} && trufflehog ."
- sh "rm -rf ${sample-api-service}"
0 commit comments