A GitHub Action for setting docker scan.
To use the GitHub Action, add the following to your job:
- uses: conventional-actions/setup-docker-scan@v1
Name | Default | Description |
---|---|---|
scan-version |
latest |
the version of docker scan to install |
No outputs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: conventional-actions/setup-docker-scan@v1
The scripts and documentation in this project are released under the MIT License.