Skip to content

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#65) #127

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#65)

chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#65) #127

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"