Skip to content

chore(deps-dev): update aquasecurity/trivy-action action to v0.35.0 (… #419

chore(deps-dev): update aquasecurity/trivy-action action to v0.35.0 (…

chore(deps-dev): update aquasecurity/trivy-action action to v0.35.0 (… #419

Workflow file for this run

name: main
on:
push:
branches:
- master
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: 1.26.x
- name: Tests
run: make test
- name: Send go coverage report
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
with:
path-to-profile: coverage.out