Skip to content

Commit

Permalink
ci: adjust semgrep logged in job
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed May 29, 2024
1 parent 2028718 commit a4e0c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

semgrep:
uses: ./.github/workflows/semgrep.yml
needs: [sast]
needs: [compliance]
secrets: inherit

sca:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
semgrep:
name: semgrep/ci
name: semgrep policy
runs-on: ubuntu-latest
if: |
(github.event_name != 'push') &&
Expand Down

0 comments on commit a4e0c75

Please sign in to comment.