Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/plumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ on:
permissions:
contents: read
security-events: write
id-token: write # required to mint the OIDC id-token for the Plumber Score push

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
plumber:
name: CI/CD compliance scan
name: Plumber
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Run Plumber
uses: getplumber/plumber@303ade500dee048f997bba7934dd54628bf08a3a # v0.3.74
uses: getplumber/plumber@4d04d1cacca6625bc0e3f08f61f16f9d0367cd27 # v0.3.76
with:
score-push: true # publish the Plumber Score badge (repo name + score become public)
Comment thread
thomasboni marked this conversation as resolved.
Loading