Skip to content

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #37

build(deps): bump actions/checkout from 4.1.6 to 4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #37

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Security Scan
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
with:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true