Skip to content

Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.3 #186

Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.3

Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.3 #186

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