Skip to content

Add ETH App Building Grants 2026 HTML page (#116) #126

Add ETH App Building Grants 2026 HTML page (#116)

Add ETH App Building Grants 2026 HTML page (#116) #126

Workflow file for this run

name: Security Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run basic security scan
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
severity: 'HIGH,CRITICAL'
ignore-unfixed: true