Skip to content

feat: support aws provider version 5 #9

feat: support aws provider version 5

feat: support aws provider version 5 #9

Workflow file for this run

name: code-scan
# Controls when the workflow will run
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
scan:
uses: oozou/.github/.github/workflows/code-scan.yaml@main
with:
SCAN_TYPE: IAC
SCAN_INCLUDE: .
secrets: inherit