Skip to content

Commit

Permalink
CI: Add trivy missing environment variable
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <[email protected]>
  • Loading branch information
mjtrangoni committed Aug 12, 2024
1 parent 62b24c0 commit d105627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ jobs:
trivy:
docker:
- image: docker:stable-git
environment:
- DOCKER_IMAGE_NAME: "mjtrangoni/flexlm_exporter"
steps:
# checkout the project
- checkout
- run:
name: Install trivy
Expand Down

0 comments on commit d105627

Please sign in to comment.