Skip to content

Fetch group info for users from DB when oktaMigrationEnabled is true #258

Fetch group info for users from DB when oktaMigrationEnabled is true

Fetch group info for users from DB when oktaMigrationEnabled is true #258

Workflow file for this run

name: trivy
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trivy:
name: trivy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-ref: 'ops/'
scanners: 'vuln,secret,misconfig'
exit-code: '1'
ignore-unfixed: false
format: 'table'
severity: 'CRITICAL,HIGH'