From becbf58b6b0240b1a3093b6ab7d670af5d0850cb Mon Sep 17 00:00:00 2001 From: "semgrep.dev on behalf of @TheRedHatter" Date: Tue, 18 Jul 2023 17:01:57 +0000 Subject: [PATCH 1/2] Add Semgrep CI --- .github/workflows/semgrep.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 00000000..e49ca4b9 --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,24 @@ +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: 40 14 * * * +name: Semgrep +jobs: + semgrep: + name: semgrep/ci + runs-on: ubuntu-20.04 + env: + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + container: + image: returntocorp/semgrep + steps: + - uses: actions/checkout@v3 + - run: semgrep ci From 15ed1b78102721e447c0c89216011532fa16d20e Mon Sep 17 00:00:00 2001 From: AC-KunalParmar Date: Wed, 26 Mar 2025 14:18:47 +0530 Subject: [PATCH 2/2] chore: added random line to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c11b5fac..02950064 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,5 @@ Additional Information ====================== * [Wiki](https://github.com/rapid7/hackazon/wiki) * CyberSecology Blog: [Hackazon Test Site Review](http://cybersecology.com/hackazon-review/) + +Random update: 2729