There was an error while loading. Please reload this page.
1 parent 5c29d9d commit ccdaa5eCopy full SHA for ccdaa5e
1 file changed
.github/workflows/security-scanning.yml
@@ -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