Skip to content

ngx-markdown vulnerability + arlas-d3 patch #204

ngx-markdown vulnerability + arlas-d3 patch

ngx-markdown vulnerability + arlas-d3 patch #204

Workflow file for this run

name: Trivy
on:
pull_request:
branches:
- develop
jobs:
scan:
name: Vulnerability Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build an image from Dockerfile
run: |
docker build -t docker.io/gisaia/arlas-wui:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: "docker.io/gisaia/arlas-wui:${{ github.sha }}"
format: "table"
exit-code: "1"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
trivyignores: .github/workflows/.trivyignore