Skip to content

Aqua PPL

Aqua PPL #3

Workflow file for this run

name: Aqua PPL
on:
workflow_dispatch:
jobs:
ImgScan:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Build local images
run: docker build -t rurouniken89/nodejsappgod .
- name: check images
run: docker images