Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 16 updates #16700

chore(deps): bump the minor-and-patch group across 1 directory with 16 updates

chore(deps): bump the minor-and-patch group across 1 directory with 16 updates #16700

name: ci-aqua-security-trivy-tests
on:
pull_request:
paths:
- '**/*.go'
- '**/go.mod'
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
- 'release/**'
schedule:
- cron: "0 0 * * *"
permissions:
security-events: write
jobs:
build:
name: trivy-tests
if: github.event.pull_request.draft == false
runs-on: warp-ubuntu-latest-x64-4x
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build Docker image
run: |
make docker-image
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'dgraph/dgraph:local'
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'