Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 2… #5993

build(deps): bump the minor-and-patch group across 1 directory with 2…

build(deps): bump the minor-and-patch group across 1 directory with 2… #5993

name: ci-aqua-security-trivy-tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- master
schedule:
- cron: "0 2 * * *"
permissions:
security-events: write
jobs:
build:
name: trivy-tests
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'