Skip to content

Merge branch 'main' of https://github.com/0GiS0/tour-of-heroes-dotnet… #28

Merge branch 'main' of https://github.com/0GiS0/tour-of-heroes-dotnet…

Merge branch 'main' of https://github.com/0GiS0/tour-of-heroes-dotnet… #28

Workflow file for this run

name: IaC scans
on:
push:
branches: ["main" ]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
checkov:
permissions:
contents: read
security-events: write
uses: 0GiS0/scan-tf-vulnerabilities/.github/workflows/checkov.yaml@main
with:
working-directory: terraform
trivy:
permissions:
contents: read
security-events: write
uses: 0GiS0/scan-tf-vulnerabilities/.github/workflows/trivy.yaml@main
with:
working-directory: terraform
terrascan:
permissions:
contents: read
security-events: write
uses: 0GiS0/scan-tf-vulnerabilities/.github/workflows/terrascan.yaml@main
with:
working-directory: terraform
snyk:
permissions:
contents: read
security-events: write
uses: 0GiS0/scan-tf-vulnerabilities/.github/workflows/snyk.yaml@main
with:
working-directory: terraform
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}