mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
refactor: gitlab ci template audit job
This commit is contained in:
@@ -769,14 +769,7 @@ export function getRules(configuration: Configuration): Rules {
|
||||
},
|
||||
},
|
||||
'npm audit': {
|
||||
allow_failure: true,
|
||||
except: ['schedules'],
|
||||
script: ['npm audit'],
|
||||
stage: 'audit',
|
||||
},
|
||||
'scheduled npm audit': {
|
||||
only: ['schedules'],
|
||||
script: ['npm audit --audit-level=high'],
|
||||
script: ['npm audit --production'],
|
||||
stage: 'audit',
|
||||
},
|
||||
'npm package': {
|
||||
|
||||
Reference in New Issue
Block a user