-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5977359
commit dc7ead2
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
|
||
- name: Deploy frontend app to dockerhub | ||
- name: Build frontend app to dockerhub | ||
env: | ||
DOCKER_CONTENT_TRUST: 1 | ||
uses: docker/build-push-action@v5 | ||
|
@@ -64,7 +64,7 @@ jobs: | |
"VITE_PUBLIC_KEY=${{secrets.VITE_PUBLIC_KEY}}" | ||
"VITE_TEMPLATE_ID=${{secrets.VITE_TEMPLATE_ID}}" | ||
- name: Run Trivy vulnerability scanner in fs mode | ||
- name: Run Trivy vulnerability scanner docker container | ||
uses: aquasecurity/[email protected] | ||
with: | ||
scan-type: 'image' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters