Skip to content

Commit

Permalink
fix: update licenses version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinnia Gibson committed Sep 20, 2023
1 parent ad73f75 commit c2c9c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
continue-on-error: true
if: |
contains(github.event.pull_request.labels.*.name, 'update-licenses')
uses: docker://mesosphere/dkp-licenses-cli:licenses-v0.0.10
uses: docker://mesosphere/dkp-licenses-cli:licenses-v0.0.11
with:
args: validate container-images-mapping --input=images.txt --mapping-file=licenses.d2iq.yaml --check-sources --output-format=update
args: validate container-images-mapping --input=images.txt --mapping-file=licenses.d2iq.yaml --check-sources --update-licenses true
env:
GITHUB_TOKEN: "${{ secrets.MESOSPHERECI_USER_TOKEN }}"
- name: Import GPG key
Expand All @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }}
- name: Run validation
uses: docker://mesosphere/dkp-licenses-cli:licenses-v0.0.10
uses: docker://mesosphere/dkp-licenses-cli:licenses-v0.0.11
with:
args: validate container-images-mapping --input=images.txt --mapping-file=licenses.d2iq.yaml --check-sources --output-format=github
env:
Expand Down

0 comments on commit c2c9c02

Please sign in to comment.