Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch authored Jul 22, 2024
1 parent 81417a5 commit 6abb6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- cron: '43 19 */7 * *'

env:
# TODO: Change variable to your image's name.
IMAGE_NAME: thermostat_api_server

jobs:
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: '${{IMAGE_NAME}}'
image-ref: ${{ env.IMAGE_NAME }}
format: 'sarif'
output: 'trivy-results.sarif'

Expand Down

0 comments on commit 6abb6b1

Please sign in to comment.