Skip to content

fix: pin trivy to v0.69.3 (v0.65.0 has no release assets) #9

fix: pin trivy to v0.69.3 (v0.65.0 has no release assets)

fix: pin trivy to v0.69.3 (v0.65.0 has no release assets) #9

Workflow file for this run

name: Test Reusable Workflows
on:
push:
branches: [main]
paths:
- '.github/workflows/**'
- 'tests/**'
pull_request:
branches: [main]
paths:
- '.github/workflows/**'
- 'tests/**'
jobs:
test-workflow-outputs:
name: Test Docker Workflow Outputs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run workflow output tests
run: |
chmod +x tests/test-docker-workflow-outputs.sh
./tests/test-docker-workflow-outputs.sh