forked from austimkelly/swiss-cheese
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add in some dummy secrets with patterns known to GHAS (#13)
* add in some dummy secrets with patterns known to GHAS * add cloudbees secret example * update some docs for running codeql locally and references to similar vuln repos
- Loading branch information
1 parent
5caa536
commit 1758f12
Showing
4 changed files
with
26 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -127,7 +127,7 @@ celerybeat.pid | |
*.sage.py | ||
|
||
# Environments | ||
.env | ||
#.env | ||
.venv | ||
env/ | ||
venv/ | ||
|
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
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,6 @@ | ||
See [CodeQL for Visual Studio Code documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/). If you want to inspect, run, or create CodeQL queries yourself, you can: | ||
|
||
1. Install the [CodeQL plugin](https://codeql.github.com/docs/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code/) for VS Code | ||
2. [Analyze your projects](https://codeql.github.com/docs/codeql-for-visual-studio-code/analyzing-your-projects/) - Specifically add your source code repos (aka Database) to the analysis. | ||
|
||
If you want to write CodeQL queries, please see [Writing CodeQL queries](https://codeql.github.com/docs/writing-codeql-queries/). |
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