Skip to content

Commit

Permalink
[ITSEC-2280] Fix the dependency review action (#247)
Browse files Browse the repository at this point in the history
* ITSEC-2280 Add Dependency Review job; Add SBOM signing.

* ITSEC-2280 Update CODEOWNERS to include Product Security on .github

* ITSEC-2280: Fix the dependency review action

Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com>

---------

Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com>
  • Loading branch information
immutable-art authored Oct 11, 2024
1 parent 7d73695 commit 0bb8c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
with:
# Possible values: "critical", "high", "moderate", "low"
fail-on-severity: critical

# Address https://github.com/actions/dependency-review-action/issues/456
base-ref: ${{ github.event.pull_request.base.sha || github.event.repository.default_branch }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
publish:
name: Publish to NPM (dry run)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0bb8c01

Please sign in to comment.