We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8402786 commit ba9e4d3Copy full SHA for ba9e4d3
.github/workflows/trivy.yml
@@ -43,8 +43,7 @@ jobs:
43
uses: actions/checkout@v2
44
45
- name: Build an image from Dockerfile
46
- run: |
47
- docker build -t codercom/code-server:${{ github.sha }} --file ./ci/release-image/Dockerfile .
+ run: ./ci/steps/build-docker-image.sh
48
49
- name: Run Trivy vulnerability scanner in image mode
50
uses: aquasecurity/trivy-action@master
0 commit comments