Skip to content

chore(deps-dev): Bump typescript from 5.6.3 to 6.0.2 #6

chore(deps-dev): Bump typescript from 5.6.3 to 6.0.2

chore(deps-dev): Bump typescript from 5.6.3 to 6.0.2 #6

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"