Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SEC-1211): update semgrep version #154

Merged
merged 10 commits into from
Sep 19, 2024
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ updates:
interval: "daily"
commit-message:
prefix: "github-actions"
include: "scope"
include: "scope"
saisatishkarra marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions security-actions/semgrep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ runs:
steps:

- name: SAST Scan
uses: docker://returntocorp/semgrep
uses: docker://returntocorp/semgrep:1.86.0
id: semgrep
continue-on-error: true
with:
args: "semgrep ci --config auto --sarif -o semgrep_${{github.sha}}.sarif --no-autofix ${{ inputs.additional_config }}"

# Upload grype cve reports
- name: Upload Semgrep SARIF to Workflow
if: always()
Expand Down
Loading