Skip to content

pkg/osquery: fix flaky secretless enrollment test #7872

pkg/osquery: fix flaky secretless enrollment test

pkg/osquery: fix flaky secretless enrollment test #7872

Workflow file for this run

name: actionlint
# See https://github.com/rhysd/actionlint
on:
pull_request:
branches:
- main
- master
merge_group:
types: [checks_requested]
permissions:
contents: read
jobs:
actionlint:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Harden runner
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit # Audit network and disk activity
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go 1.x
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: './go.mod'
check-latest: true
cache: false
- name: install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12
- name: actionlint
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
actionlint -color