Skip to content

deps: update sigstore/cosign-installer digest to 4b014e3 #1448

deps: update sigstore/cosign-installer digest to 4b014e3

deps: update sigstore/cosign-installer digest to 4b014e3 #1448

Workflow file for this run

name: code-checks
on:
pull_request: {}
push:
branches:
- "**"
jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-go: true
go-version: "1.21.1"
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-go: true
go-version: "1.21.1"
lint-commands: |
make bootstrap-tools
make lint