Skip to content

docs: update README — new SDK, CLI, registry, org badge links #12

docs: update README — new SDK, CLI, registry, org badge links

docs: update README — new SDK, CLI, registry, org badge links #12

Workflow file for this run

name: Container Security
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
trivy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: docker build -t airlock-gateway:scan .
- name: Trivy vulnerability scan
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: airlock-gateway:scan
format: table
severity: CRITICAL,HIGH
exit-code: "1"