Skip to content

Commit 2ef02bf

Browse files
committed
chore: test and build information
1 parent fb55e2f commit 2ef02bf

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# analysis-action
1+
## 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

Comments
 (0)