Skip to content

Commit 494b1fc

Browse files
authored
Merge pull request #257 from slimm609/remove_docker-compose
fix: remove docker-compose
2 parents f93883b + d1a7c33 commit 494b1fc

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
echo "source file differs, checksec needs build"
1919
exit 1
2020
fi
21-
- name: ubuntu checksec
21+
- name: Checksec tests
2222
run: |
23-
curl -L "https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
24-
chmod +x /usr/local/bin/docker-compose
25-
docker-compose run checksec-ubuntu
23+
docker build -t checksec:test -f Dockerfile.ubuntu .
24+
docker run -t checksec:test tests/test-checksec.sh

compare_list.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)