Skip to content

trivy/0.64.1-r2: cve remediation #99501

trivy/0.64.1-r2: cve remediation

trivy/0.64.1-r2: cve remediation #99501

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- 'main'
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
# Install yam
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.23
- run: go install github.com/chainguard-dev/yam@v0.2.25
- run: ./lint.sh
- run: git diff --exit-code