forked from adeyosemanputra/pygoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GitHub Actions workflow for CodeSQL security scan
- Loading branch information
Student_S
authored and
Student_S
committed
Dec 5, 2024
1 parent
7afef1a
commit d11af45
Showing
13,324 changed files
with
2,139,176 additions
and
11 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: CI/CD Pipeline for PyGoat | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
# 1. Run security analysis using CodeQL | ||
codeql: | ||
name: CodeQL Security Analysis | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up CodeQL | ||
uses: github/codeql-action/setup-codeql@v2 | ||
with: | ||
languages: python | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/autobuild@v2 | ||
with: | ||
languages: python | ||
|
||
- name: Run CodeQL analysis | ||
uses: github/codeql-action/analyze@v2 | ||
with: | ||
category: "Security Analysis" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.