mirror of https://github.com/coder/code-server.git
Compare commits
No commits in common. "fc97e248c354be27a054c182669a6984dd73cd41" and "578b5f22c4d90c2377fd70d2ae85b945cc10a50a" have entirely different histories.
fc97e248c3
...
578b5f22c4
|
@ -51,7 +51,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Run Trivy vulnerability scanner in repo mode
|
||||
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
|
||||
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
|
||||
with:
|
||||
scan-type: "fs"
|
||||
scan-ref: "."
|
||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Trivy vulnerability scanner in image mode
|
||||
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
|
||||
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
|
||||
with:
|
||||
image-ref: "docker.io/codercom/code-server:latest"
|
||||
ignore-unfixed: true
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e8653663e8840adaf45af01eab5c627a5af81807
|
||||
Subproject commit 65edc4939843c90c34d61f4ce11704f09d3e5cb6
|
Loading…
Reference in New Issue