Skip to content

Commit

Permalink
Update Jenkinsfile1
Browse files Browse the repository at this point in the history
  • Loading branch information
effortlessdevsec authored Jun 9, 2024
1 parent 8aa6ed9 commit d4d08ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
echo 'Starting SAST scan'
script {
sh '''
semgrep --config "p/nodejsscan" "$(pwd)" --json -o semgrep.json
semgrep --config "p/nodejsscan" "$(pwd)" --json -o semgrep.json --suppress-errors
'''

}
Expand Down

0 comments on commit d4d08ea

Please sign in to comment.