Skip to content

Commit b6d3f14

Browse files
committed
add TRIVY_GITHUB_TOKEN
1 parent 5273142 commit b6d3f14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
DOCKER_REGISTRY_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
6161
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
6262
SOFTHSM_VERSION: ${{ matrix.SOFTHSM_VERSION }}
63+
TRIVY_GITHUB_TOKEN: ${{ github.token }}
6364
run: |
6465
if [ "$GITHUB_REF" == "refs/heads/main" ]; then
6566
export DOCKER_PUSH=1

0 commit comments

Comments
 (0)