Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #131

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #131

Workflow file for this run

name: trivy
on:
push:
tags:
- v*
branches:
- "*"
pull_request:
jobs:
build:
name: Security Checks
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: "fs"
ignore-unfixed: true
format: "sarif"
output: "trivy-results.sarif"
severity: "CRITICAL"