We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb55e2f commit 2ef02bfCopy full SHA for 2ef02bf
README.md
@@ -1 +1,19 @@
1
-# analysis-action
+## Testing and building instructions
2
+
3
+### Prerequisites
4
5
+- [act](https://github.com/nektos/act)
6
7
+### Commands
8
9
+```bash
10
+docker rm -f $(docker ps -qa) && docker rmi -f $(docker images -aq --filter "since=nektos/act-environments-ubuntu:18.04") && act -j Deepcode-Build -v
11
12
+docker rm -f $(docker ps -qa) && docker rmi -f $(docker images -aq) && act -j Deepcode-Build -v
13
14
+docker rm -f $(docker ps -qa)
15
+docker rmi -f $(docker images -aq --filter "since=nektos/act-environments-ubuntu:18.04")
16
+act -j Deepcode-Build -v
17
18
+docker build -t deepcodeg/deepcode-code-scanning-analysis .
19
+````
0 commit comments