Skip to content

PR-11233: first move of core input elements and core dependencies fro… #40

PR-11233: first move of core input elements and core dependencies fro…

PR-11233: first move of core input elements and core dependencies fro… #40

Workflow file for this run

name: Trivy
on:
pull_request: {}
push:
branches: ["master", "main"]
jobs:
build:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner (filesystem)
uses: aquasecurity/trivy-action@master
with:
scan-type: 'config'
scan-ref: '.'
hide-progress: false
ignore-unfixed: true
severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'