File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8383 docker build --no-cache --rm -t $GITHUB_REPOSITORY:v0.$GITHUB_RUN_NUMBER -f ./Dockerfile .
8484
8585 - name : Run Trivy vulnerability scanner
86- env :
87- IMAGE_TO_SCAN : ' $GITHUB_REPOSITORY:v0.$GITHUB_RUN_NUMBER.1'
8886 uses : aquasecurity/trivy-action@master
8987 with :
90- image-ref : $IMAGE_TO_SCAN
88+ image-ref : ' ${{ github.repository }}:v0.${{ github.run_number }} '
9189 format : ' sarif'
9290 output : ' trivy-results.sarif'
9391
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM python:3.10-alpine as build
22
33LABEL maintainer="Fabiano Florentino"
445- LABEL image version="v0.34 "
5+ LABEL image version="v0.35 "
66
77COPY certificate.py api.py settings.py requirements.txt entrypoint.sh /app/
88COPY config/settings.yml /app/config/settings.yml
@@ -30,4 +30,4 @@ WORKDIR /app
3030
3131VOLUME ["/app/config" ]
3232
33- ENTRYPOINT ["/app/entrypoint.sh" ]
33+ ENTRYPOINT ["/app/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments