Skip to content

Commit

Permalink
fix more security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 20, 2023
1 parent 469853e commit 6512b4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup environment variables
run: |-
echo PROJECT_REF=$(cat manifest.yml | yq '."${{ matrix.release }}".sha') >> $GITHUB_ENV
echo BUILDER_IMAGE=quay.io/vexxhost/openstack-builder-${{ matrix.from }}:5b377e3ba6dac560297a5744676b71a118c4874c >> $GITHUB_ENV
echo BUILDER_IMAGE=quay.io/vexxhost/openstack-builder-${{ matrix.from }}:656cf9c3011618bebf822f996dfa54461b4088e9 >> $GITHUB_ENV
echo RUNTIME_IMAGE=quay.io/vexxhost/openstack-runtime-${{ matrix.from }}:501efbc97d293436af82a18076b4369380856532 >> $GITHUB_ENV
- name: Authenticate with Quay.io
uses: docker/login-action@v2
Expand Down Expand Up @@ -102,7 +102,6 @@ jobs:
output: 'trivy-results.sarif'
ignore-unfixed: true
- uses: github/codeql-action/upload-sarif@v2
if: always()
with:
category: ${{ env.PROJECT_REF }}-${{ matrix.from }}
sarif_file: 'trivy-results.sarif'

0 comments on commit 6512b4a

Please sign in to comment.