From ef17165d990a2e242f8b27ef9a085d9c0696bc0d Mon Sep 17 00:00:00 2001 From: "semgrep.dev on behalf of @wrishach" Date: Tue, 4 Aug 2026 22:38:48 +0000 Subject: [PATCH 1/4] Add Semgrep CI --- .github/workflows/semgrep.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/semgrep.yml diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml new file mode 100644 index 0000000..6f1cec8 --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,26 @@ +on: + workflow_dispatch: {} + pull_request: {} + push: + branches: + - main + - master + paths: + - .github/workflows/semgrep.yml + schedule: + # random HH:MM to avoid a load spike on GitHub Actions at 00:00 + - cron: 28 1 * * * +name: Semgrep +jobs: + semgrep: + name: semgrep/ci + runs-on: ubuntu-latest + permissions: + contents: read + env: + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + container: + image: semgrep/semgrep + steps: + - uses: actions/checkout@v6 + - run: semgrep ci From 5c228b9d0e59394973440f74ceff8fd1b1808700 Mon Sep 17 00:00:00 2001 From: wrishach Date: Tue, 4 Aug 2026 19:05:59 -0400 Subject: [PATCH 2/4] Add new branch to semgrep workflow triggers added Seanpm2001_Bad_Code_Collection branch for the new repo --- .github/workflows/semgrep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 6f1cec8..87fbd13 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -5,6 +5,7 @@ on: branches: - main - master + - Seanpm2001_Bad_Code_Collection paths: - .github/workflows/semgrep.yml schedule: From aba7c666acb7255e1051d3e84e8917d553392242 Mon Sep 17 00:00:00 2001 From: "semgrep.dev on behalf of @wrishach" Date: Tue, 4 Aug 2026 23:18:24 +0000 Subject: [PATCH 3/4] Add Semgrep CI --- .github/workflows/semgrep.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 87fbd13..6f1cec8 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -5,7 +5,6 @@ on: branches: - main - master - - Seanpm2001_Bad_Code_Collection paths: - .github/workflows/semgrep.yml schedule: From 5fe7f48055fccac64a9a4527cd911d14e8f7e022 Mon Sep 17 00:00:00 2001 From: wrishach Date: Tue, 4 Aug 2026 19:40:36 -0400 Subject: [PATCH 4/4] Add 'TEST' section to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65bad49..1b22b1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +TEST [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) @@ -92,4 +92,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!