Skip to content

Commit

Permalink
make actions workflow more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Apr 22, 2024
1 parent 9af5411 commit de76668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ingest-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: prepare
run: |
apt-get update
apt-get -q update
apt-get -yqq install git curl debian-archive-keyring postgresql-client
mkdir -p data/ingest-debsec/{debian,gardenlinux}/CVE
mkdir -p data/ingest-debsec/debian/CVE
Expand All @@ -42,7 +42,7 @@ jobs:
--output conf/ingest-debsrc/apt.conf
curl https://raw.githubusercontent.com/gardenlinux/glvd-data-ingestion/main/conf/ingest-debsrc/debian.sources \
--output conf/ingest-debsrc/debian.sources
APT_CONFIG=conf/ingest-debsrc/apt.conf apt update \
APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \
-o Dir="$PWD/data/ingest-debsrc/" \
-o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/debian.sources" \
-o Dir::State="$PWD/data/ingest-debsrc/"
Expand Down

0 comments on commit de76668

Please sign in to comment.