Skip to content

Commit

Permalink
ci: compliance checks
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Feb 1, 2024
1 parent 28811ef commit 2648474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/.reusable-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ jobs:
inputs.skip != 'all'
# permissions: #TODO: reactivate for non-private
# contents: write
# pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Review
uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3
with:
comment-summary-in-pr: always

check-commit-message:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
#TODO: adjust for non private
skip_build: 'none'
skip_compliance_checks: 'all'
skip_compliance_checks: 'none'
skip_unit_tests: 'all'
skip_sast: 'all'
skip_sca: 'all'
Expand Down

0 comments on commit 2648474

Please sign in to comment.