Skip to content

build(deps): bump actions/checkout from 3.6.0 to 4.1.5 #8

build(deps): bump actions/checkout from 3.6.0 to 4.1.5

build(deps): bump actions/checkout from 3.6.0 to 4.1.5 #8

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Security Scan
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0
with:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true