Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent d0af7b9 commit 3c003bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v3
- name: Extract latest release
id: last_release
uses: InsonusK/get-latest-release@v1.0.1
uses: pozetroninc/github-action-get-latest-release@master
with:
myToken: ${{ github.token }}
exclude_types: "draft|prerelease"
view_top: 1
token: ${{ github.token }}
owner: holomekc
repo: wiremock
- name: Print version
run: |
echo "id: ${{ steps.last_release.outputs.name }}"
echo "name: ${{ steps.last_release.outputs.name }}"
- id: trivy-db
name: Check trivy db sha
Expand Down

0 comments on commit 3c003bd

Please sign in to comment.