Skip to content

Working on getting Trivy report into Security Tab #12

Working on getting Trivy report into Security Tab

Working on getting Trivy report into Security Tab #12

Workflow file for this run

name: Dive Test
on: push
permissions:
contents: read
env:
IMAGE_NAME: appwrite/base
REGISTRY: docker.io
jobs:
dive:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build an image from Dockerfile
run: |
docker image build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} .
- name: Dive
uses: yuichielectric/[email protected]
with:
image: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}'