Skip to content

Commit

Permalink
update: CICD-zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberchen1995 authored Dec 21, 2023
1 parent 85213f6 commit 6a88b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Integrations/CICD-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
// install opensca-cli
sh "curl -sSL https://raw.githubusercontent.com/XmirrorSecurity/OpenSCA-cli/master/scripts/install.sh | sh"
// run opensca scan and generate reports(replace {put_your_token_here} with your token)
sh "/var/jenkins_home/.config/opensca-cli/opensca-cli -path $WORKSPACE -token 641dd9b7-25c8-4d5f-b4e6-117e35962a44 -out $WORKSPACE/results/result.html,$WORKSPACE/results/result.dsdx.json"
sh "/var/jenkins_home/.config/opensca-cli/opensca-cli -path $WORKSPACE -token {put_your_token_here} -out $WORKSPACE/results/result.html,$WORKSPACE/results/result.dsdx.json"
}
}
}
Expand Down

0 comments on commit 6a88b31

Please sign in to comment.