Skip to content

Commit de54b85

Browse files
authored
Update README.md
1 parent 1507925 commit de54b85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
- For compiled languages (C/C++, C#, GO, Java, etc) you must ensure that the system can successfully **build and compile your code**, independently of CodeQL
1818
- musl-c-based Linux distributions, such as Alpine Linux, **are not supported**. _For such you will need to switch to a glibc-based system such as Debian. This is only for the Docker images used for CodeQL analysis which will need to be updated, images used for deployments or non-CodeQL CI steps can continue to use Alpine_
1919

20-
GitHub Actions can work with containers by allowing you to specify a container image to run your workflow/steps in. This can be useful for running your workflow in an isolated environment with specific dependencies or configurations. The container image you choose can be either a base-template or a customized image depending on your requiremen![image](https://github.com/octodemo/CodeQL_containerizedApp/assets/50452463/8bbccef0-3338-411a-94b1-f70da16becef)
21-
ts.
20+
GitHub Actions can work with containers by allowing you to specify a container image to run your workflow/steps in. This can be useful for running your workflow in an isolated environment with specific dependencies or configurations. The container image you choose can be either a base-template or a customized image depending on your requirements.
2221

2322
To use a container in your workflow, you will need to specify the container key in your job definition. This key allows you to specify the image to use, as well as any additional options such as environment variables or volumes to mount.
2423

0 commit comments

Comments
 (0)