Skip to content

Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 #3969

Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1

Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 #3969

name: ci-aqua-security-trivy-tests
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
jobs:
build:
name: trivy-tests
runs-on: warp-ubuntu-latest-x64-4x
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'