Skip to content

[Snyk] Security upgrade jsdom from 16.7.0 to 17.0.0 #407

[Snyk] Security upgrade jsdom from 16.7.0 to 17.0.0

[Snyk] Security upgrade jsdom from 16.7.0 to 17.0.0 #407

Workflow file for this run

name: trivy
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build an image from Dockerfile
run: |
docker build -t docker.io/${{ github.repository }}:latest .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/${{ github.repository }}:latest'
format: 'template'
template: '@/contrib/sarif.tpl'
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'