Skip to content

Commit ccdaa5e

Browse files
committed
ci: add managed security scan workflow (Terraform)
1 parent 5c29d9d commit ccdaa5e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Managed by Terraform (github-tf). Do not edit directly — change the
2+
# github_repository_file resource in security-scanning.tf instead.
3+
name: Security Scanning
4+
5+
on:
6+
pull_request:
7+
push:
8+
branches: ["main"]
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
security:
15+
uses: err0r-dev/.github/workflows/reusable-security.yml@main
16+
with:
17+
python: true

0 commit comments

Comments
 (0)