Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Nov 30, 2022
1 parent bb66fb1 commit e5b95b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ jobs:
uses: github/codeql-action/analyze@v2
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
defaults:
run:
working-directory: src
steps:
- uses: actions/checkout@v3
- run: semgrep ci --config "p/ci" --config "p/python" --config "p/owasp-top-ten" --sarif --output=semgrep.sarif
release:
needs: [test, checkov, codeql]
needs: [test, checkov, codeql, semgrep]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e5b95b5

Please sign in to comment.