Skip to content

Commit

Permalink
Updating license scanner to use new version (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed May 26, 2023
1 parent 2591b92 commit 443eadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "\n\nHere is the licenses.json:\n"
echo $(cat licenses.json)
- name: Look for non-approved licenses
uses: oracle-devrel/action-license-audit@v0.1-alpha2
uses: oracle-devrel/action-license-audit@1.0.2
id: analysis
with:
licenses_file: '/github/workspace/licenses.json'
Expand All @@ -39,4 +39,4 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Halt pipeline on unapproved licenses
if: steps.analysis.outputs.unapproved_licenses == 'true'
run: exit 1
run: exit 1

0 comments on commit 443eadb

Please sign in to comment.