Skip to content

Commit

Permalink
Fix SARIF GH permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 2, 2024
1 parent 9c29186 commit e8c2700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ runs:
uses: github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe # 3.26.9
with:
sarif_file: results.sarif
category: "${{ inputs.image }}"
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ permissions: read-all
jobs:
build-baremetal:
name: Check building and publishing Kolla Docker images in a local Docker registry on an Ubuntu Jammy Virtual Environment
permissions:
security-events: write
runs-on: ubuntu-22.04
if: >-
(
Expand Down

0 comments on commit e8c2700

Please sign in to comment.