Skip to content

Commit

Permalink
Merge pull request #824 from greenbone/remove-build-dockerfile
Browse files Browse the repository at this point in the history
Removes build-container
  • Loading branch information
timopollmeier authored Jul 1, 2024
2 parents cb6641c + 46982a3 commit eb74c3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 108 deletions.
40 changes: 0 additions & 40 deletions .docker/build.Dockerfile

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/build-container.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
tests:
name: Unit Tests
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs-build:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
- name: Configure and Compile gvm-libs
run: |
mkdir build
Expand All @@ -39,9 +40,10 @@ jobs:
scan-build:
name: Scan-build gvm-libs with clang
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs-build:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
- name: Install clang tools
run: |
apt update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
actions: read
contents: read
security-events: write
container: greenbone/gvm-libs-build:unstable
container: greenbone/gvm-libs:edge

strategy:
fail-fast: false
Expand All @@ -30,6 +30,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- run: sh .github/install-dependencies.sh
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit eb74c3a

Please sign in to comment.