Skip to content

Commit

Permalink
Update snyk-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoergensen authored Dec 7, 2023
1 parent b2cdf82 commit ec74930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build a Docker image
run: docker build -t cjoergensendk/thrifty-elastic-alerting -f ./src/Kibana.Alerts/Dockerfile ./src/Kibana.Alerts/
run: docker build -t cjoergensendk/thrifty-elastic-alerting -f ./src/Worker/Dockerfile ./src/
- name: Run Snyk to check Docker image for vulnerabilities
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
Expand Down

0 comments on commit ec74930

Please sign in to comment.