Skip to content

Commit

Permalink
PASS -> PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
markhermeling committed Aug 28, 2024
1 parent bb2b073 commit 1eba30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codesonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions: write-all
runs-on: codesecure-runner-set
container:
image: ghcr.io/codesecure-se/rust-cso-builder:8.1p0
image: ghcr.io/codesecure-se/rust-cso-builder:8.2p0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand All @@ -26,7 +26,7 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
CSONAR_HUB_URL: "https://partnerdemo.codesonar.com"
CSONAR_HUB_USER: "${{ secrets.CSONAR_HUB_USER }}"
CSONAR_HUB_PASSWORD: "${{ secrets.CSONAR_HUB_PASS }}"
CSONAR_HUB_PASSWORD: "${{ secrets.CSONAR_HUB_PASSWORD }}"
CSONAR_CSHOME: /opt/codesonar
CS_USER_HOME: /__w/ripgrep/ripgrep
COMMIT_HASH: ${{ github.sha }}
Expand Down

0 comments on commit 1eba30c

Please sign in to comment.