Skip to content

Chore: (deps): Bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61 #215

Chore: (deps): Bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61

Chore: (deps): Bump github.com/99designs/gqlgen from 0.17.60 to 0.17.61 #215

Workflow file for this run

name: "Trivy Scan"
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
images:
name: Image Scan
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Fern image from Dockerfile
run: |
docker build -t docker.io/anoop2811/fern-reporter:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/anoop2811/fern-reporter:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-results.sarif'