try to fix
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -37,7 +37,10 @@ pipeline {
|
|||||||
returntocorp/semgrep \
|
returntocorp/semgrep \
|
||||||
semgrep scan --config=auto \
|
semgrep scan --config=auto \
|
||||||
--sarif --output /src/semgrep.sarif \
|
--sarif --output /src/semgrep.sarif \
|
||||||
/src/internal /src/cmd || true
|
/src/internal /src/cmd
|
||||||
|
|
||||||
|
echo "After semgrep:"
|
||||||
|
ls -la
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user