Skip to content

Commit

Permalink
Merge pull request #26731 from hashicorp/td-restore-semgrep-action-la…
Browse files Browse the repository at this point in the history
…test

Restore use of `latest` semgrep container image in CI
  • Loading branch information
ewbankkit authored Sep 9, 2022
2 parents b9e4a2e + b48cf93 commit 3a7c9c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/semgrep-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Code Quality Scan
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: |
Expand All @@ -38,7 +38,7 @@ jobs:
name: Naming Scan Caps/AWS/EC2
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
name: Test Configs Scan
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand All @@ -58,7 +58,7 @@ jobs:
name: Service Name Scan A-C
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand All @@ -68,7 +68,7 @@ jobs:
name: Service Name Scan C-I
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
name: Service Name Scan I-Q
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand All @@ -88,7 +88,7 @@ jobs:
name: Service Name Scan Q-Z
runs-on: ubuntu-latest
container:
image: "returntocorp/semgrep:0.111.1"
image: returntocorp/semgrep
if: (github.action != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3a7c9c5

Please sign in to comment.