mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks (#4795)
This commit is contained in:
committed by
GitHub
parent
ccc08db8a4
commit
66720be7c0
@@ -2,6 +2,6 @@
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
npx @alfresco/adf-cli@latest audit -d $DIR/docs/audit
|
||||
npx @alfresco/adf-cli@latest licenses -d $DIR/docs/licences
|
||||
npx @alfresco/adf-cli@alpha changelog -o $DIR/docs/changelog --exclude="bot\|Alfresco Build User\|alfresco-build"
|
||||
npm run ci:audit
|
||||
npm run ci:licenses
|
||||
npm run ci:changelog
|
||||
|
Reference in New Issue
Block a user