Skip to content

Commit

Permalink
Update vulnerability_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pcbimon authored Jun 23, 2024
1 parent a8b6a05 commit 007ebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./ckan
outputs: type=docker,dest=/tmp/ckan-image.tar
outputs: type=tar,dest=/tmp/ckan-image.tar
tags: ckan-docker/ckan:test-valner-scan
- name: Build and load CKAN xloader
uses: docker/build-push-action@v4
with:
context: ./ckan/ckanext-xloader
outputs: type=docker,dest=/tmp/ckan-xloader-image.tar
outputs: type=tar,dest=/tmp/ckan-xloader-image.tar
tags: ckan-docker/ckan-xloader:test-valner-scan
- name: Scan for vulnerabilities for CKAN image
uses: crazy-max/ghaction-container-scan@v3
Expand Down

0 comments on commit 007ebd1

Please sign in to comment.