Skip to content

chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 #739

chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14

chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 #739

Workflow file for this run

name: Build
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
load: true
push: false
tags: 'ledger:${{ github.sha }}'
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ledger:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'