Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #719 from returntocorp/gha/bump-version-1.21.0-488…
Browse files Browse the repository at this point in the history
…8056273-1

chore: Release Version 1.21.0
  • Loading branch information
emjin committed May 10, 2023
2 parents 8689a93 + e78a6d7 commit d84805b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM returntocorp/semgrep:1.20.0
FROM returntocorp/semgrep:1.21.0

USER root
WORKDIR /semgrep-agent
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/ignore-logs/new-agent.err
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
┌─────────────┐
│ Scan Status │
└─────────────┘
Scanning 2 files tracked by git with 89 Code rules:
Scanning 2 files tracked by git with 91 Code rules:
Scanning 1 file.
Current version has 0 findings.

Expand All @@ -31,5 +31,5 @@ Some files were skipped or only partially analyzed.
(need more rules? `semgrep login` for additional free Semgrep Registry rules)

CI scan completed successfully.
Found 0 findings (0 blocking) from 89 rules.
Found 0 findings (0 blocking) from 91 rules.
No blocking findings so exiting with code 0
6 changes: 3 additions & 3 deletions tests/acceptance/multiconfig-generic/new-agent.err
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
┌─────────────┐
│ Scan Status │
└─────────────┘
Scanning 1 file tracked by git with 89 Code rules:
Scanning 1 file tracked by git with 91 Code rules:

Language Rules Files Origin Rules
───────────────────────────── ───────────────────
python 7 1 Community 89
python 7 1 Community 91
<multilang> 1 1

Current version has 1 finding.
Expand All @@ -32,5 +32,5 @@ Some files were skipped or only partially analyzed.
Scan was limited to files changed since baseline commit.

CI scan completed successfully.
Found 1 finding (1 blocking) from 89 rules.
Found 1 finding (1 blocking) from 91 rules.
Has findings for blocking rules so exiting with code 1
6 changes: 3 additions & 3 deletions tests/acceptance/mutlimerge-generic/new-agent.err
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
┌─────────────┐
│ Scan Status │
└─────────────┘
Scanning 1 file tracked by git with 89 Code rules:
Scanning 1 file tracked by git with 91 Code rules:

Language Rules Files Origin Rules
───────────────────────────── ───────────────────
python 7 1 Community 89
python 7 1 Community 91
<multilang> 1 1

Current version has 0 findings.
Expand All @@ -34,5 +34,5 @@ Some files were skipped or only partially analyzed.
(need more rules? `semgrep login` for additional free Semgrep Registry rules)

CI scan completed successfully.
Found 0 findings (0 blocking) from 89 rules.
Found 0 findings (0 blocking) from 91 rules.
No blocking findings so exiting with code 0
4 changes: 2 additions & 2 deletions tests/acceptance/symlink-dir/new-agent.err
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
┌─────────────┐
│ Scan Status │
└─────────────┘
Scanning 0 files tracked by git with 89 Code rules:
Scanning 0 files tracked by git with 91 Code rules:
Nothing to scan.
Current version has 0 findings.

Expand All @@ -27,5 +27,5 @@ Some files were skipped or only partially analyzed.
Scan was limited to files changed since baseline commit.

CI scan completed successfully.
Found 0 findings (0 blocking) from 89 rules.
Found 0 findings (0 blocking) from 91 rules.
No blocking findings so exiting with code 0

0 comments on commit d84805b

Please sign in to comment.