We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1297a54 + 62eb52d commit 2707598Copy full SHA for 2707598
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM ghcr.io/datadog/datadog-static-analyzer:latest
2
+
3
+# Note: `datadog/datadog-static-analyzer` container pre-installs datadog/datadog-ci. Until it can be
4
+# refactored to not do this, we need to manually update @datadog/datadog-ci here.
5
+RUN npm update -g @datadog/datadog-ci && npm list -g @datadog/datadog-ci
6
7
+ENTRYPOINT ["github-action.sh"]
action.yml
@@ -51,8 +51,7 @@ inputs:
51
default: "true"
52
runs:
53
using: "docker"
54
- image: "docker://ghcr.io/datadog/datadog-static-analyzer:latest"
55
- entrypoint: "github-action.sh"
+ image: "Dockerfile"
56
env:
57
DD_API_KEY: ${{ inputs.dd_api_key }}
58
DD_APP_KEY: ${{ inputs.dd_app_key }}
0 commit comments