Skip to content

Update google/osv-scanner-action action to v1.8.2 #1735

Update google/osv-scanner-action action to v1.8.2

Update google/osv-scanner-action action to v1.8.2 #1735

Workflow file for this run

name: WebUI tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ci-webui-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
webui:
strategy:
matrix:
# Match this version to the maintained FIPS version in packages at https://github.com/kairos-io/packages/blob/main/packages/toolchain-go/collection.yaml#L63
go-version: [ "1.19.10-bookworm", "1.20-bookworm", "1.21-bookworm" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install earthly
uses: Luet-lab/luet-install-action@v1
with:
repository: quay.io/kairos/packages
packages: utils/earthly
- name: WebUI tests
run: earthly +webui-tests --GO_VERSION=${{ matrix.go-version }}