Skip to content
  • georg's avatar
    CI: bundler:audit: Disallow errors; don't install bundler docs · 08595bcd
    georg authored
    We'll run the bundler:audit job via a scheduled pipeline, once a week.
    If vulnerabilities are found, this job should fail, to make us aware of
    it. Therefore, disallow errors and accordingly drop 'allow_failure'.
    Also, don't install docs, as these are unneeded, if installing bundler
    via 'gem install'.
    
    Relates #283
    08595bcd
Validating GitLab CI configuration… Learn more