Jenkinsfile (87B)
1 @Library('in0rdr-jenkins-lib@master') _ 2 3 node('podman'){ 4 checkout scm 5 gitleaks() 6 }