Skip to content

Disable 2FA for Rocketchat, as it was not needed and caused random issues on user login #49

Disable 2FA for Rocketchat, as it was not needed and caused random issues on user login

Disable 2FA for Rocketchat, as it was not needed and caused random issues on user login #49

Workflow file for this run

name: Run trivy security scan
on:
push:
branches:
- 'develop'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: 1
severity: CRITICAL