Skip to content

Changelog for 2.8.1-1 #31

Changelog for 2.8.1-1

Changelog for 2.8.1-1 #31

Workflow file for this run

name: Wiz-cli Security Scans
on:
push:
branches:
- 'main'
- 'master'
pull_request:
branches:
- "*"
jobs:
iac_scan:
uses: doublecloud/security_workflows/.github/workflows/tf_security.yml@main
with:
wiz_project_id: ${{ vars.WIZ_PROJECT_ID }}
secrets: inherit
permissions:
contents: read
pull-requests: write
sca_scan:
uses: doublecloud/security_workflows/.github/workflows/dependency_scan.yml@main
with:
wiz_project_id: ${{ vars.WIZ_PROJECT_ID }}
secrets: inherit
permissions:
contents: read
pull-requests: write