Skip to content

fix multi key support in APKINDEX verification (#1490) #3336

fix multi key support in APKINDEX verification (#1490)

fix multi key support in APKINDEX verification (#1490) #3336

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v3.0.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: Test
run: make test