Skip to content

chore: bump aquasecurity/trivy-action from 0.11.2 to 0.18.0 #1074

chore: bump aquasecurity/trivy-action from 0.11.2 to 0.18.0

chore: bump aquasecurity/trivy-action from 0.11.2 to 0.18.0 #1074

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "^1.21"
check-latest: true
- name: Run tests
run: make test
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: ./cover.out