ci: Protex only scan main
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -24,6 +24,11 @@ pipeline {
|
||||
PROJECT_NAME = 'OpenAMT - RPC'
|
||||
SCANNERS = 'protex'
|
||||
}
|
||||
when {
|
||||
anyOf {
|
||||
branch 'main';
|
||||
}
|
||||
}
|
||||
steps {
|
||||
rbheStaticCodeScan()
|
||||
}
|
||||
|
Reference in New Issue
Block a user