Skip to content

deps: bump cypress from 13.14.2 to 13.15.2 #196

deps: bump cypress from 13.14.2 to 13.15.2

deps: bump cypress from 13.14.2 to 13.15.2 #196

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
jobs:
explorer:
name: Build and Scan Explorer
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build an image
run: |
docker build -t explorer .
- name: Peptide vulnerability scan
uses: aquasecurity/[email protected]
with:
image-ref: 'explorer'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'