Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

build(deps): bump the actions group across 1 directory with 2 updates #57

build(deps): bump the actions group across 1 directory with 2 updates

build(deps): bump the actions group across 1 directory with 2 updates #57

Workflow file for this run

name: Trivy Scan
on:
pull_request:
jobs:
trivy-code-security-scan:
runs-on: ubuntu-latest
name: Trivy
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Security Scan
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # 0.25.0
with:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true